summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/extract-nproc.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/quantifiers/extract-nproc.smt2')
-rw-r--r--test/regress/regress1/quantifiers/extract-nproc.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/extract-nproc.smt2 b/test/regress/regress1/quantifiers/extract-nproc.smt2
new file mode 100644
index 000000000..6072776dc
--- /dev/null
+++ b/test/regress/regress1/quantifiers/extract-nproc.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --cbqi-bv --cbqi-bv-rm-extract
+; EXPECT: sat
+(set-logic BV)
+(declare-fun k_3 () (_ BitVec 8))
+(declare-fun k_4 () (_ BitVec 8))
+(declare-fun k_5 () (_ BitVec 8))
+(assert
+(forall ((x (_ BitVec 8))) (or (= k_5 x) (not (= k_3 (bvadd (concat #b0000 ((_ extract 7 4) x)) #b01000001))) (not (= k_4 (bvadd (concat #b0000 ((_ extract 3 0) x)) #b01000001)))) ))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback