From 91a5055015a97935d19b3dbf18062e189268a1f9 Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Fri, 6 Sep 2019 15:28:07 -0700 Subject: 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. --- test/regress/regress0/ineq_basic.smtv1.smt2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/regress/regress0/ineq_basic.smtv1.smt2 (limited to 'test/regress/regress0/ineq_basic.smtv1.smt2') diff --git a/test/regress/regress0/ineq_basic.smtv1.smt2 b/test/regress/regress0/ineq_basic.smtv1.smt2 new file mode 100644 index 000000000..55c5a4497 --- /dev/null +++ b/test/regress/regress0/ineq_basic.smtv1.smt2 @@ -0,0 +1,5 @@ +(set-option :incremental false) +(set-info :status unsat) +(set-logic QF_LRA) +(declare-fun x () Real) +(check-sat-assuming ( (and (<= 0.0 x) (< x 0.0)) )) -- cgit v1.2.3