-
Notifications
You must be signed in to change notification settings - Fork 11
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
migrate to new satisfiliability check #346
Conversation
Clang Test Results 214 files - 1 214 suites ±0 36m 11s ⏱️ - 11m 32s Results for commit 1d98556. ± Comparison against base commit 977dced. This pull request removes 11 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Gcc Test Results 214 files - 1 214 suites - 1 33m 43s ⏱️ - 12m 41s Results for commit 1d98556. ± Comparison against base commit 977dced. This pull request removes 11 tests.
♻️ This comment has been updated with latest results. |
9989540
to
9a367dd
Compare
crypto3/libs/blueprint/include/nil/blueprint/blueprint/plonk/circuit.hpp
Outdated
Show resolved
Hide resolved
crypto3/libs/blueprint/include/nil/blueprint/blueprint/plonk/assignment_proxy.hpp
Show resolved
Hide resolved
crypto3/libs/blueprint/include/nil/blueprint/blueprint/plonk/circuit.hpp
Outdated
Show resolved
Hide resolved
d6bca31
to
10b2896
Compare
crypto3/libs/blueprint/include/nil/blueprint/bbf/circuit_builder.hpp
Outdated
Show resolved
Hide resolved
10b2896
to
06182a5
Compare
06182a5
to
6cbff64
Compare
Unified old and new implementation of satisfiability check (from the circuit builder and a free function one) and made it multi-threaded
Also deleted assignment and circuit proxy classes from blueprint as there is no need for them anymore