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