summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-09-06 15:28:07 -0700
committerGitHub <noreply@github.com>2019-09-06 15:28:07 -0700
commit91a5055015a97935d19b3dbf18062e189268a1f9 (patch)
treefb1fd19d80fb89d71286b462927540c0648d7551 /test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2
parent7fc142a10140bba5a732237e3adf8fe6729d90e7 (diff)
Remove SMT1 parser. (#3228)
This commit removes the SMT1 parser infrastructure and adds the SMT2 translations of the SMT1 regression tests. For now this commit removes regression test regress3/pp-regfile.smt since the SMT2 translation has a file size of 887M (vs. 172K for the SMT1 version). Fixes #2948 and fixes #1313.
Diffstat (limited to 'test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2')
-rw-r--r--test/regress/regress0/bv/fuzz16.delta01.smtv1.smt28
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2 b/test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2
new file mode 100644
index 000000000..06a99ae9a
--- /dev/null
+++ b/test/regress/regress0/bv/fuzz16.delta01.smtv1.smt2
@@ -0,0 +1,8 @@
+(set-option :incremental false)
+(set-info :status unsat)
+(set-logic QF_BV)
+(declare-fun v1 () (_ BitVec 12))
+(declare-fun v15 () (_ BitVec 8))
+(declare-fun v11 () (_ BitVec 12))
+(declare-fun v12 () (_ BitVec 15))
+(check-sat-assuming ( (let ((_let_0 ((_ sign_extend 2) ((_ sign_extend 1) v1)))) (let ((_let_1 (bvxnor v12 _let_0))) (let ((_let_2 (ite (bvult _let_0 _let_1) (_ bv1 1) (_ bv0 1)))) (let ((_let_3 (ite (distinct (_ bv1 15) ((_ zero_extend 14) (bvcomp v11 ((_ zero_extend 4) v15)))) (_ bv1 1) (_ bv0 1)))) (and (not (bvslt (_ bv0 12) v1)) (not (bvult (_ bv0 1) (ite (bvult ((_ sign_extend 3) (ite (= (_ bv1 1) (ite (bvult v11 (_ bv1 12)) (_ bv1 1) (_ bv0 1))) v11 (_ bv0 12))) v12) (_ bv1 1) (_ bv0 1)))) (bvult (_ bv0 5) ((_ repeat 5) _let_2)) (= (_ bv0 10) ((_ sign_extend 9) (ite (bvsge _let_1 (_ bv0 15)) (_ bv1 1) (_ bv0 1)))) (bvugt (bvadd (_ bv1 14) ((_ zero_extend 13) (ite (bvult _let_2 (_ bv1 1)) (_ bv1 1) (_ bv0 1)))) (_ bv0 14)) (or false (bvsgt (_ bv0 12) (bvxor v1 ((_ sign_extend 11) _let_3))) (bvule ((_ zero_extend 12) _let_3) (_ bv0 13))) (bvuge ((_ sign_extend 14) (ite (bvugt (bvadd (_ bv1 1) (ite (bvsle (_ bv0 12) v1) (_ bv1 1) (_ bv0 1))) (_ bv0 1)) (_ bv1 1) (_ bv0 1))) (_ bv1 15))))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback