From 55037e0bcef45c795f28ff3fcf6c1055af465c70 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Thu, 15 Feb 2018 15:31:48 -0600 Subject: Refactor regressions (#1581) --- test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2 (limited to 'test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2') diff --git a/test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2 b/test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2 new file mode 100644 index 000000000..3b55c0b9a --- /dev/null +++ b/test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2 @@ -0,0 +1,11 @@ +; COMMAND-LINE: --cbqi-bv --cbqi-bv-ineq=keep --no-cbqi-full +; EXPECT: unsat +(set-logic BV) +(set-info :status sat) +(declare-fun a () (_ BitVec 8)) +(declare-fun b () (_ BitVec 8)) +(declare-fun c () (_ BitVec 1)) + +(assert (forall ((x (_ BitVec 8))) (not (= (bvcomp x a) ((_ extract 7 7) (bvmul a b)))))) + +(check-sat) -- cgit v1.2.3