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 use of $rand random values by boundary constraints should be limited to auxiliary constraints and therefore to boundary constraints which are against columns from the auxiliary trace.
We need to throw an error if $rand is used in boundary constraints defined against main trace columns. This should be handled in the IR.
The use of
$rand
random values by boundary constraints should be limited to auxiliary constraints and therefore to boundary constraints which are against columns from the auxiliary trace.We need to throw an error if
$rand
is used in boundary constraints defined against main trace columns. This should be handled in the IR.For example, this should be an error:
See:
#36 (comment)
#36 (comment)
The text was updated successfully, but these errors were encountered: