summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/metitarski-3-4.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/nl/metitarski-3-4.smt2')
-rw-r--r--test/regress/regress0/nl/metitarski-3-4.smt229
1 files changed, 0 insertions, 29 deletions
diff --git a/test/regress/regress0/nl/metitarski-3-4.smt2 b/test/regress/regress0/nl/metitarski-3-4.smt2
deleted file mode 100644
index 835d60732..000000000
--- a/test/regress/regress0/nl/metitarski-3-4.smt2
+++ /dev/null
@@ -1,29 +0,0 @@
-; COMMAND-LINE: --nl-ext
-; EXPECT: sat
-(set-logic QF_NRA)
-(set-info :source |
-These benchmarks used in the paper:
-
- Dejan Jovanovic and Leonardo de Moura. Solving Non-Linear Arithmetic.
- In IJCAR 2012, published as LNCS volume 7364, pp. 339--354.
-
-The meti-tarski benchmarks are proof obligations extracted from the
-Meti-Tarski project, see:
-
- B. Akbarpour and L. C. Paulson. MetiTarski: An automatic theorem prover
- for real-valued special functions. Journal of Automated Reasoning,
- 44(3):175-205, 2010.
-
-Submitted by Dejan Jovanovic for SMT-LIB.
-
-
-|)
-(set-info :smt-lib-version 2.0)
-(set-info :category "industrial")
-(set-info :status sat)
-(declare-fun skoX () Real)
-(declare-fun skoY () Real)
-(declare-fun skoZ () Real)
-(assert (let ((?v_0 (<= 0 skoY)) (?v_2 (<= (* skoZ (+ (- 1) (* skoY skoX))) (+ skoX skoY))) (?v_1 (* skoX (- 1)))) (let ((?v_3 (* skoX ?v_1))) (let ((?v_4 (* skoY (* skoX (+ (- 3) ?v_3))))) (and (<= (- 1) skoY) (and (not (= skoY 0)) (and (or (not ?v_2) ?v_0) (and (or ?v_0 (<= (* skoZ (+ 1 (* skoY ?v_1))) (+ (+ 1 ?v_1) (* skoY (+ (- 1) ?v_1))))) (and (or (not ?v_0) (or ?v_2 (<= (* skoZ (+ (+ 3 (* skoX skoX)) ?v_4)) (+ (* skoX ?v_3) (* skoY (+ (* skoX (* skoX (- 3))) ?v_4)))))) (and (not (<= skoZ 0)) (and (not (<= skoX (- 1))) (and (not (<= 1 skoY)) (not (<= skoY skoX))))))))))))))
-(check-sat)
-(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback