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