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
(module test)
(defcolumns A B)
(defconstraint test () (vanishes! (+ A B)))
With this trace:
{ "test": { "A": [-1], "B": [1] } }
Passes corset check -eeee, but crashes with corset check -eeeeN. Clearly converting the negative number into a field element is causing the problem. However, we actually could do something sensible here and that would be helpful for testing.
The text was updated successfully, but these errors were encountered:
Minimal example for reproduction:
With this trace:
Passes
corset check -eeee
, but crashes withcorset check -eeeeN
. Clearly converting the negative number into a field element is causing the problem. However, we actually could do something sensible here and that would be helpful for testing.The text was updated successfully, but these errors were encountered: