summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/exp-4.5-lt.smt2
blob: 55689d8ac75978daad6ff36aedf4ea4f47afd06d (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --nl-ext-tf-tplanes
; EXPECT: unsat
(set-logic QF_NRAT)
(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