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