summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/agg-rew-test.smt2
blob: d1159278eb53ee05df55096a209d23e2fbf1c580 (plain)
1
2
3
4
5
(set-logic UFLIA)
(set-info :status sat)
(declare-fun Q (Int Int) Bool)
(assert (forall ((x Int)) (=> (Q 0 x) (or (ite (Q 0 x) (not (Q 2 x)) (Q 3 x)) (Q 2 x)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback