Skip to content

Commit

Permalink
Bump z3 to v4.13.4 (#4083)
Browse files Browse the repository at this point in the history
This PR updates Z3 to its latest version. It was observed that this
version is performing much more efficiently in Kontrol engagement
proofs, which require reasoning about complex non-linear arithmetic.

The improvements in performance are as follows (will be updated as I
collect more information):
- SAT checks that would take ~64 seconds in v4.13.0 now take ~3 seconds.
  • Loading branch information
PetarMax authored Dec 29, 2024
1 parent 3021727 commit d4ac0f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nixpkgs.follows = "rv-utils/nixpkgs";
stacklock2nix.url = "github:cdepillabout/stacklock2nix";
z3 = {
url = "github:Z3Prover/z3/z3-4.13.0";
url = "github:Z3Prover/z3/z3-4.13.4";
flake = false;
};
};
Expand Down

0 comments on commit d4ac0f4

Please sign in to comment.