You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Constraints() method for input variables:
void OutputConstraints() {
}
To support more than one OutputFormatX(), we can also have OutputConstraintsX(). E.g., OutputConstraints2() will be checked if the output matches OutputFormat2().
The text was updated successfully, but these errors were encountered:
Similar to
Constraints()
method for input variables:To support more than one
OutputFormatX()
, we can also haveOutputConstraintsX()
. E.g.,OutputConstraints2()
will be checked if the output matchesOutputFormat2()
.The text was updated successfully, but these errors were encountered: