summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/solve-eq-small-qf-nra.smt2
blob: fe4625af768ba7a7011a0d5d92b88aa5292b3d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-info :smt-lib-version 2.6)
(set-logic QF_NRA)
(set-info :status sat)
(declare-fun skoS3 () Real)
(declare-fun skoSX () Real)
(declare-fun skoX () Real)
(assert (and 
(not (= (* skoX (* skoX (- 80))) (+ 75 (* skoSX (* skoSX (- 1)))))) 
(= (* skoS3 skoS3) 3) 
(not (<= skoX 0)) 
(not (<= skoSX 0)) 
(not (<= skoS3 0))
))
; cannot construct an exact model, but can reason that this is SAT based on approximation
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback