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