summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/clock-3.smt2
blob: 78476083d9151632ac69d240ca97baa070cf4853 (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 (= (+ (* 3 m) s) t)) (< s 0) (>= s 3))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback