-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not satisfy all constraints for regression
test
#1800
Comments
regression
testregression
test
After #1815, this also affects Edit: All the sha tests are fixed now. |
Observation: changing let x = [0x3f, 0x1c, 0xb8, 0x99, 0xab];
let z = 3; to the beginning of main makes the test pass. |
Minimal example:
Note, input does not equal 1, so the then branch should be getting triggered, however we are getting constrained failed on the else branch. Changing |
This error seems to stem from the fact that we are not multiplying the predicate by the expression which constrains the quotient directive, we therefore account for all cases except for when q ==0 and r ==0 |
Aim
Tried to prove and verify the
regression
testExpected Behavior
The test should produce a valid proof
Bug
The test fails to prove and verify, outputtting the message:
Could not satisfy all constraints
To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: