summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/combine.smt2
blob: 9f7e7a5480ea3f268cb6b668b5afba655236f92b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --nl-ext
; 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