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
Interpretation would be that every instance of A is substituted in for a new version of this constraint at compile time.
Probably needs some advanced handling of the operator overloading (so that the class is considered an nnf.Varobject, and a regular nnf constraint is built no matter what the arguments are).
Note that this is a far more advanced version of #87
The text was updated successfully, but these errors were encountered:
If
A
andB
are classes with a@proposition
annotation, then we may want to be able to write a constraint like...Interpretation would be that every instance of
A
is substituted in for a new version of this constraint at compile time.Probably needs some advanced handling of the operator overloading (so that the class is considered an
nnf.Var
object, and a regularnnf
constraint is built no matter what the arguments are).Note that this is a far more advanced version of #87
The text was updated successfully, but these errors were encountered: