-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This bumps: * The `crucible` submodule to bring in the changes from GaloisInc/crucible#1178 * The `what4` submodule to bring in the changes from GaloisInc/what4#256
- Loading branch information
1 parent
392e3ca
commit c300e51
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule crucible
updated
67 files
Submodule what4
updated
17 files
+4 −1 | .github/workflows/gen_matrix.pl | |
+3 −1 | .github/workflows/test.yml | |
+5 −5 | README.md | |
+4 −0 | what4/CHANGES.md | |
+1 −0 | what4/README.md | |
+1 −0 | what4/src/What4/Expr.hs | |
+524 −37 | what4/src/What4/Expr/Builder.hs | |
+22 −0 | what4/src/What4/Interface.hs | |
+29 −2 | what4/src/What4/Protocol/SMTLib2.hs | |
+5 −3 | what4/src/What4/Protocol/SMTWriter.hs | |
+11 −0 | what4/src/What4/Solver.hs | |
+158 −0 | what4/src/What4/Solver/Bitwuzla.hs | |
+88 −9 | what4/src/What4/Solver/Z3.hs | |
+42 −1 | what4/test/AdapterTest.hs | |
+2 −1 | what4/test/InvariantSynthesis.hs | |
+3 −0 | what4/test/OnlineSolverTest.hs | |
+3 −2 | what4/what4.cabal |