summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-10-11 17:58:33 -0700
committerGitHub <noreply@github.com>2017-10-11 17:58:33 -0700
commitd6d8cd9e46e4e3ac39f468e45b107ec4a0e5b9a2 (patch)
treedd634a60e67807dcf51477508f99bb0f8fa2f48a /test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2
parent435d9f0118914c634defa509e6c54a57c7b954ce (diff)
Add side conditions for UDIV_TOTAL, SHL, CONCAT. (#1224)
Diffstat (limited to 'test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2')
-rw-r--r--test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2 b/test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2
new file mode 100644
index 000000000..827e74605
--- /dev/null
+++ b/test/regress/regress0/quantifiers/qbv-test-invert-concat-1.smt2
@@ -0,0 +1,10 @@
+; COMMAND-LINE: --cbqi-bv
+; EXPECT: sat
+(set-logic BV)
+(set-info :status sat)
+(declare-fun a () (_ BitVec 32))
+(declare-fun b () (_ BitVec 64))
+
+(assert (forall ((x (_ BitVec 32))) (not (= (concat a x) b))))
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback