-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: creating an SMT verification module #1932
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5873b89
smt-verification module migration
Sarkoxed 2415169
SMT-verfication preset added
Sarkoxed aae5b34
endif
Sarkoxed 0d177fa
msgpack issue fix + reorder includes
Sarkoxed 4673527
Merge branch 'master' into as/smt-verification
Rumata888 c07584b
default -> clang16
Sarkoxed d0502aa
MSGpack fix + todos
Sarkoxed 095754b
Clean up
Sarkoxed a54de13
Modulus inside the solver
Sarkoxed 43e9b9e
No isconst member + fixed the string repr
Sarkoxed f480356
New Integer Modulo number backend
Sarkoxed abe7fb7
Just testing
Sarkoxed 518235e
Merge branch 'master' into as/smt-verification
Sarkoxed bca6189
back
Sarkoxed aa72f77
Added configuration structure and modulus translation to base10 string
Sarkoxed 18b1c3a
No zero division + Var and Const now are the static members of FFTerm…
Sarkoxed 82e4a52
New integer mod backend
Sarkoxed ba2e49d
Circuit Class now a template. Added binary gate realaxation.
Sarkoxed 0dfbc1c
Syntax fixes
Sarkoxed 3827a56
unique witness example
Sarkoxed 950dfbb
the only module should remain
Sarkoxed 6ac6993
Template function fixes
Sarkoxed 2e944da
Addition mistake fixed
Sarkoxed d0df1ca
milliseconds uint64
Sarkoxed 2991fe6
Minor changes
Sarkoxed 4c8832a
Merge branch 'master' into as/smt-verification
Sarkoxed dd44a10
README update
Sarkoxed 1461d60
Fixing naming and documentation
Sarkoxed c1b83f0
Fixing documentation
Sarkoxed f85aa2c
More TODOs
Sarkoxed 2a09362
Merge branch 'master' into as/smt-verification
Sarkoxed 0fd9b7e
Merge branch 'master' into as/smt-verification
Rumata888 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
circuits/cpp/barretenberg/cpp/src/barretenberg/smt_verification/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#barretenberg_module(smt_verification common ${CMAKE_SOURCE_DIR}/src/cvc5/tmp-lib/lib/libcvc5.so.1) | ||
barretenberg_module(smt_verification common proof_system stdlib_primitives $ENV{HOME}/cvc5/tmp-lib/lib/libcvc5.so.1) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleas remove this commented out line