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

(assert (< (exp 1) 2.717))
(assert (= x (exp 1)))


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