summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/sin1-ub.smt2
blob: 47d322a77a3235aa04dfb7d2193e69d74ba099e5 (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.8414))
(assert (= x (sin 1)))

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