summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith-strict.smt2
blob: 969cfd0bbb0746dcdf0afc2a6721ef12b5d301ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --no-check-unsat-cores --no-check-proofs
; EXPECT: unsat
(set-logic QF_LRA)

(declare-fun x () Real)
(declare-fun y () Real)
(declare-fun z () Real)

(assert (< y 0))
(assert (> y x))
(assert (> y (- x)))

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