Skip to content

Commit

Permalink
Added z3 v4.11.0 to strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Sep 4, 2023
1 parent a90ea53 commit 0a3bb60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/z3_trace_log_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
generate_log:
strategy:
matrix:
z3version: ['4.12.2']
z3version: ['4.12.2', '4.11.0']
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions smt-problems/small_forall_example_2.smt2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(declare-const x (_ BitVec 64))
(declare-const z (_ BitVec 64))
(assert (forall ((x (_ BitVec 64)) (z (_ BitVec 64)))
(= (bvsub (bvadd x z) (bvshl (bvand x z) (_ bv1 64))) (bvxor x z))))
(declare-const y (_ BitVec 64))
(assert (forall ((x (_ BitVec 64)) (y (_ BitVec 64)))
(= (bvsub (bvadd x y) (bvshl (bvand x y) (_ bv1 64))) (bvxor x y))))

(check-sat)

0 comments on commit 0a3bb60

Please sign in to comment.