summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/nta/exp-n0.5-lb.smt2
blob: 25fca9f03081eb035c60fbc09911016ef5f28326 (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.65))
(assert (= x (exp (- (/ 1 2)))))


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