-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: SMT Verification Module Update (#6849)
This PR slightly updates several classes in `smt_verification` directory ## CircuitSchema - new structure of CircuitSchema object for compatibility with UltraArith and UltraTraceBlocks - also moved it to `circuit_builder_base` due to `UltraCircuitBuilder`'s `operator==` definition - UltraCircuitBuilder now has `export_circuit()` method ## Solver - new table creation function - cvc5 patch fix - BitVector output values ## Circuit `circuit.cpp/circuit.hpp` is moving to `standard_circuit.*`. More significant changes in the follow up pr ## Terms - fixed BitVector shift operation - Added tests for all sorts of operations with bitvectors - Added test for table inclusion with FFTerm ## Util Slightly changed `default_model` function. Now it doesn't need solver parameter + fixed the memory related issues.
- Loading branch information
Showing
20 changed files
with
424 additions
and
97 deletions.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.