summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/clock-10.smt2
blob: 6a55b50e12002b41aa46895b0868bb30148a3b38 (plain)
1
2
3
4
5
(set-logic LIA)
(set-info :status unsat)
(declare-fun t () Int)
(assert (forall ((s Int) (m Int)) (or (not (= (+ (* 10 m) s) t)) (< s 0) (>= s 10))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback