summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/bvbool3.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/unconstrained/bvbool3.smt2')
-rw-r--r--test/regress/regress0/unconstrained/bvbool3.smt23
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/unconstrained/bvbool3.smt2 b/test/regress/regress0/unconstrained/bvbool3.smt2
index 6f72246f0..a689804f7 100644
--- a/test/regress/regress0/unconstrained/bvbool3.smt2
+++ b/test/regress/regress0/unconstrained/bvbool3.smt2
@@ -7,6 +7,7 @@
(declare-fun x2 () (_ BitVec 10))
(declare-fun x3 () (_ BitVec 10))
(declare-fun x4 () (_ BitVec 10))
+(declare-fun x5 () (_ BitVec 10))
(declare-fun p1 () Bool)
(declare-fun p2 () Bool)
(declare-fun p3 () Bool)
@@ -20,7 +21,7 @@
(=
(a2
(ite
- (=> (or p1 p1) (and (= (bvnor (bvnand (bvor x1 x1) (bvand x0 x0)) x3) ((_ extract 9 0) v3)) p1))
+ (=> (or (= x2 x4) (= x2 x5)) (and (= (bvnor (bvnand (bvor x1 x1) (bvand x0 x0)) x3) ((_ extract 9 0) v3)) p2))
v2
6)
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback