1; COMMAND-LINE: --solve-real-as-int --no-new-prop --nl-ext-tplanes
2; EXPECT: sat
3(set-info :smt-lib-version 2.6)
4(set-logic QF_NRA)
5(set-info :source |
6These benchmarks used in the paper:
7
8  Dejan Jovanovic and Leonardo de Moura.  Solving Non-Linear Arithmetic.
9  In IJCAR 2012, published as LNCS volume 7364, pp. 339--354.
10
11The meti-tarski benchmarks are proof obligations extracted from the
12Meti-Tarski project, see:
13
14  B. Akbarpour and L. C. Paulson. MetiTarski: An automatic theorem prover
15  for real-valued special functions. Journal of Automated Reasoning,
16  44(3):175-205, 2010.
17
18Submitted by Dejan Jovanovic for SMT-LIB.
19
20
21|)
22(set-info :category "industrial")
23(set-info :status sat)
24(declare-fun skoX () Real)
25(declare-fun skoS3 () Real)
26(declare-fun skoSX () Real)
27(assert (and (not (<= (* skoX (+ (+ (* skoS3 (/ 471 100)) (* skoSX (/ 157 100))) (* skoX (* skoS3 (- 8))))) (+ (* skoS3 3) skoSX))) (and (not (<= skoX 0)) (and (not (<= skoSX 0)) (not (<= skoS3 0))))))
28(check-sat)
29(exit)
30