Skip to content

Commit d4ac0f4

Browse files
authored
Bump z3 to v4.13.4 (#4083)
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.
1 parent 3021727 commit d4ac0f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.follows = "rv-utils/nixpkgs";
66
stacklock2nix.url = "github:cdepillabout/stacklock2nix";
77
z3 = {
8-
url = "github:Z3Prover/z3/z3-4.13.0";
8+
url = "github:Z3Prover/z3/z3-4.13.4";
99
flake = false;
1010
};
1111
};

0 commit comments

Comments
 (0)