summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ineq_slack.smtv1.smt2
blob: 41af175e33a54911597c794d36c678e216e4581b (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 ( (and (<= (+ x y) 0.0) (< 1.0 x) (<= 0.0 y)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback