summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-15 15:31:48 -0600
committerAina Niemetz <aina.niemetz@gmail.com>2018-02-15 13:31:48 -0800
commit55037e0bcef45c795f28ff3fcf6c1055af465c70 (patch)
tree397d89bd10e541e1206c5dafdb8cf731feb34730 /test/regress/regress0/quantifiers/nested9_true-unreach-call.i_575.smt2
parent52a39aca19b7238d08c3cebcfa46436a73194008 (diff)
Refactor regressions (#1581)
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