summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/euf_simp11.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/uf/euf_simp11.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/uf/euf_simp11.smt')
-rw-r--r--test/regress/regress0/uf/euf_simp11.smt17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/regress/regress0/uf/euf_simp11.smt b/test/regress/regress0/uf/euf_simp11.smt
deleted file mode 100644
index 164bd47e5..000000000
--- a/test/regress/regress0/uf/euf_simp11.smt
+++ /dev/null
@@ -1,17 +0,0 @@
-(benchmark euf_simp11.smt
-
- :status unsat
- :difficulty { unknown }
- :category { crafted }
- :logic QF_UF
- :extrasorts (A)
- :extrafuns ((x A))
- :extrafuns ((f A A))
-
-
-
-
-
-
- :formula (let (?cvc_0 (f x)) (let (?cvc_2 (f ?cvc_0)) (let (?cvc_1 (f (f ?cvc_2))) (not (implies (and (= ?cvc_1 ?cvc_0) (= (f (f ?cvc_1)) ?cvc_0)) (= ?cvc_2 ?cvc_0))))))
-)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback