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

(assert (> (exp (- (/ 1 2))) 0.65))
(assert (= x (exp (- (/ 1 2)))))


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