summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-rdl.smt2
blob: d2c0a4cde7dda32b4bf642f6e2b14c3e6cce3863 (plain)
1
2
3
4
5
6
7
(set-logic QF_RDL)
(set-info :status unsat)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (not (=> (< (- x y) 0) (< x y))))
(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback