summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/tan-rewrite2.smt2
blob: af39f7559e354a9de82fb831f42afdbec8eced20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --nl-ext
; EXPECT: unsat
(set-logic QF_UFNRA)
(set-info :status unsat)
(declare-fun x () Real)


(assert (= (tan x) (sin x)))
(assert (> (cos x) 0))
(assert (not (= (cos x) 1)))
(assert (not (= (sin x) 0)))

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