summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/combine.smt2
blob: 9c9d839d4097fbbdb9a0f83ea08990472e9592e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --nl-alg
; EXPECT: unsat
(set-logic QF_NRA)
(set-info :status unsat)
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(assert (> c 1))
(assert (> (* a b) 1))

(assert (< (* a b c) 1))

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