summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/sin1-lb.smt2
blob: 1aefde5ff205e910498441d96ed43ff037bd3b02 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --nl-ext-tf-tplanes
; EXPECT: unsat
(set-logic QF_NRAT)
(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