summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/regress/regress0/aufbv/diseqprop.01.smt17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/regress/regress0/aufbv/diseqprop.01.smt b/test/regress/regress0/aufbv/diseqprop.01.smt
index 543684e21..4b3130475 100644
--- a/test/regress/regress0/aufbv/diseqprop.01.smt
+++ b/test/regress/regress0/aufbv/diseqprop.01.smt
@@ -1,12 +1,13 @@
(benchmark B_
:status unsat
:logic QF_AUFBV
- :extrafuns ((v6 BitVec[32]))
- :extrafuns ((v7 BitVec[32]))
- :extrafuns ((a1 Array[32:8]))
- :formula
- (and
-(not (= (store a1 v6 bv0[8]) (store a1 v6 (extract[7:0] v7))))
-(or (= v7 bv0[32]))
-)
+
+ :extrafuns ((x BitVec[32]))
+ :extrafuns ((y BitVec[32]))
+ :extrafuns ((a Array[32:8]))
+
+ :assumption (not (= (store a x bv0[8]) (store a x (extract[7:0] y))))
+ :assumption (= y bv0[32])
+
+ :formula true
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback