summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2')
-rw-r--r--test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt221
1 files changed, 0 insertions, 21 deletions
diff --git a/test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2 b/test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2
deleted file mode 100644
index 2a46d2a21..000000000
--- a/test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2
+++ /dev/null
@@ -1,21 +0,0 @@
-; COMMAND-LINE: --cbqi-bv
-; EXPECT: unsat
-(set-logic BV)
-(set-info :status unsat)
-(declare-fun c_main_~i~6 () (_ BitVec 32))
-(declare-fun c_main_~j~6 () (_ BitVec 32))
-(declare-fun c_main_~k~6 () (_ BitVec 32))
-(assert
- (and (bvsle c_main_~i~6 (_ bv3 32)) (bvsle c_main_~i~6 (_ bv2 32))
- (exists ((v_nnf_34 (_ BitVec 32)))
- (and (bvsle (bvadd v_nnf_34 (_ bv3 32)) c_main_~k~6)
- (bvsle v_nnf_34 (_ bv3 32)) (bvsle c_main_~j~6 (bvadd (bvmul (_ bv2 32) v_nnf_34) (_ bv1 32)))))))
-(assert
- (not
- (and (bvsle c_main_~i~6 (_ bv3 32)) (bvsle c_main_~i~6 (_ bv2 32))
- (exists ((v_nnf_30 (_ BitVec 32)))
- (and (bvsle (bvadd v_nnf_30 (_ bv1 32)) c_main_~k~6)
- (bvsle v_nnf_30 (_ bv3 32)) (bvsle c_main_~j~6 (bvadd (bvmul (_ bv2 32) v_nnf_30) (_ bv1 32))))))))
-(check-sat)
-(exit)
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback