summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/nta/exp-4.5-lt.smt2
blob: b0d39ff44416217cc847c9ae703f0d4af4399c35 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --nl-ext-tf-tplanes
; EXPECT: unsat
(set-logic QF_NRA)
(declare-fun x () Real)

(assert (> (exp x) 2000.0))
(assert (< x 4.5))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback