summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/exp1-lb.smt2
blob: c287b51692b5fb3a2e47013a45b9303538bb4510 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --nl-ext-tf-tplanes
; EXPECT: unsat
(set-logic QF_NRAT)
(set-info :status unsat)
(declare-fun x () Real)

(assert (> (exp 1) 2.719))
(assert (= x (exp 1)))

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