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
The following code is accepted without errors or warnings:
ev is_binary([x, y]):
enf x^2 = x
I think this should be an error. It is probably best to reject any unused/unconstrained columns, because that is probably the uncommon case, and require an explicit annotation from the user for unconstrained columns (I suppose these would be used for nondeterministic inputs).
The goal of the above idea is to reduce the chance of a bug going undetected with a simple crude check.
The text was updated successfully, but these errors were encountered:
The following code is accepted without errors or warnings:
I think this should be an error. It is probably best to reject any unused/unconstrained columns, because that is probably the uncommon case, and require an explicit annotation from the user for unconstrained columns (I suppose these would be used for nondeterministic inputs).
The goal of the above idea is to reduce the chance of a bug going undetected with a simple crude check.
The text was updated successfully, but these errors were encountered: