summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug288b.smtv1.smt2
blob: 9c7854c467750e77d3bf70254162d2600afa43b7 (plain)
1
2
3
4
5
6
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LIA)
(declare-fun x () Int)
(declare-fun y () Int)
(check-sat-assuming ( (>= (* 2 (- x y)) 1) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback