summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/agg-rew-test-cf.smt2
blob: f46147d7b74cd14ec599373f58b93a7efbcce9f1 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --ext-rewrite-quant
; EXPECT: sat
(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