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

(assert (> (sin 1) 0.842))
(assert (= x (sin 1)))

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