summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/sugar-ident.smt2
blob: 95dbbc5fce9993a3c81833ded596fedbeffe3e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; COMMAND-LINE: --nl-ext-tf-tplanes
; EXPECT: unsat
(set-logic QF_NRA)
(set-info :status unsat)
(declare-fun x1 () Real)
(declare-fun x2 () Real)
(declare-fun x3 () Real)
(declare-fun x4 () Real)
(declare-fun x5 () Real)

(declare-fun a1 () Bool)
(declare-fun a3 () Bool)
(declare-fun a4 () Bool)
(declare-fun a5 () Bool)
(declare-fun a6 () Bool)

(assert (= a1 (not (= (sin (arcsin x1)) x1))))
(assert (= a3 (< (arccos x3) 0)))
(assert (= a4 (> (arctan x4) 1.8)))

(assert (or a1 a3 a4))

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