summaryrefslogtreecommitdiff
path: root/test/regress/regress0/decision/pp-regfile.delta01.smt
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/decision/pp-regfile.delta01.smt
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/decision/pp-regfile.delta01.smt')
-rw-r--r--test/regress/regress0/decision/pp-regfile.delta01.smt38
1 files changed, 0 insertions, 38 deletions
diff --git a/test/regress/regress0/decision/pp-regfile.delta01.smt b/test/regress/regress0/decision/pp-regfile.delta01.smt
deleted file mode 100644
index 2f475e8de..000000000
--- a/test/regress/regress0/decision/pp-regfile.delta01.smt
+++ /dev/null
@@ -1,38 +0,0 @@
-; COMMAND-LINE: --decision=justification
-; EXPECT: unsat
-
-(benchmark pp_regfile.smt
-:logic QF_AUFLIA
-:extrafuns ((REGFILE_INIT Array))
-:extrafuns ((BDEST_S2E_INIT Int))
-:extrafuns ((IMEM_INIT Array))
-:extrafuns ((OPCODE_OF Int Int))
-:status unknown
-:formula
-(let (?n1 0)
-(let (?n2 (select REGFILE_INIT ?n1))
-(let (?n3 (select IMEM_INIT ?n1))
-(let (?n4 (OPCODE_OF ?n3))
-(let (?n5 1)
-(flet ($n6 (= ?n4 ?n5))
-(flet ($n7 (= ?n1 ?n3))
-(flet ($n8 false)
-(flet ($n9 true)
-(flet ($n10 (if_then_else $n7 $n8 $n9))
-(flet ($n11 (= BDEST_S2E_INIT ?n1))
-(flet ($n12 (if_then_else $n11 $n8 $n9))
-(let (?n13 (store REGFILE_INIT BDEST_S2E_INIT ?n1))
-(let (?n14 (ite $n12 ?n13 REGFILE_INIT))
-(let (?n15 (store ?n14 ?n3 ?n1))
-(let (?n16 (ite $n10 ?n15 ?n14))
-(flet ($n17 (= ?n1 ?n4))
-(let (?n18 16)
-(flet ($n19 (= ?n18 ?n4))
-(let (?n20 (ite $n19 ?n16 ?n14))
-(let (?n21 (ite $n17 ?n14 ?n20))
-(let (?n22 (ite $n6 ?n16 ?n21))
-(let (?n23 (select ?n22 ?n1))
-(flet ($n24 (= ?n2 ?n23))
-(flet ($n25 (not $n24))
-$n25
-))))))))))))))))))))))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback