-
Notifications
You must be signed in to change notification settings - Fork 14
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
Mock prover assert_satisfied_par
always fails with "cell not assigned"
#32
Comments
assert_satisfied_par
always fail "cell not assigned"assert_satisfied_par
always fails with "cell not assigned"
Good catch! We have not been using any of the parallel assignment APIs, so we didn't catch this. The reason is likely because we turned off all offset calculations in the I am not sure how to fix this without needing to call |
Yes, it's not a critical one, but it's good to have an issue for visibly in case someone will encounter this. |
Add new api `assign_regions` to enable parallel synthesize of regions
If a circuit builder has at least one relation between cells (e.g. addition, etc), the
MockProver::assert_satisfied_par()
fails with the errors bellow. Theassert_satisfied()
method works without an issue.The text was updated successfully, but these errors were encountered: