summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/miplibtrick.smtv1.smt2
blob: bfe9787c876fd3565cf393be4fe13e30856bead3 (plain)
1
2
3
4
5
6
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LRA)
(declare-fun tmp1 () Real)
(declare-fun x177 () Bool)
(check-sat-assuming ( (and (=> (and (not x177) true) (= tmp1 0.0)) (=> (and x177 true) (= tmp1 (/ (- 350) 1)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback