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

(assert (< (exp (- (/ 1 2))) 0.6))
(assert (= x (exp (- (/ 1 2)))))


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