summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-lra.smt2
blob: 585c62954e97fbae1376355d8de0d74d53397466 (plain)
1
2
3
4
5
6
(set-logic QF_LRA)
(set-info :status unsat)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (not (=> (and (> x 0) (< (* 2 x) y)) (and (> y 0) (< x y)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback