summaryrefslogtreecommitdiff
path: root/test/regress/regress0/auflia/fuzz01.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/auflia/fuzz01.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/auflia/fuzz01.delta01.smtv1.smt2')
-rw-r--r--test/regress/regress0/auflia/fuzz01.delta01.smtv1.smt212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress0/auflia/fuzz01.delta01.smtv1.smt2 b/test/regress/regress0/auflia/fuzz01.delta01.smtv1.smt2
new file mode 100644
index 000000000..18f1d9916
--- /dev/null
+++ b/test/regress/regress0/auflia/fuzz01.delta01.smtv1.smt2
@@ -0,0 +1,12 @@
+(set-option :incremental false)
+(set-info :status sat)
+(set-logic QF_AUFLIA)
+(declare-fun p1 ((Array Int Int)) Bool)
+(declare-fun f1 ((Array Int Int) (Array Int Int) (Array Int Int)) (Array Int Int))
+(declare-fun v0 () Int)
+(declare-fun v4 () (Array Int Int))
+(declare-fun v3 () (Array Int Int))
+(declare-fun v1 () Int)
+(declare-fun p0 (Int) Bool)
+(declare-fun f0 (Int Int Int) Int)
+(check-sat-assuming ( (let ((_let_0 (store v4 v1 0))) (let ((_let_1 (store v4 0 v0))) (let ((_let_2 (* v1 3))) (let ((_let_3 (< (ite (p0 1) 1 0) _let_2))) (or (p1 (f1 (ite (> 0 v0) _let_0 (ite (p0 v0) _let_1 v4)) v4 (ite (= 0 (ite (p0 0) 1 0)) (ite _let_3 v3 (ite (p1 _let_1) _let_0 _let_1)) v3))) (p1 (f1 v4 (ite (<= _let_2 (ite (p0 (f0 0 0 0)) 1 0)) v4 v3) (ite _let_3 v3 _let_1)))))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback