summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/agg-rew-test.smt2
blob: 7dfb1430efb5152ef49986b5536a6410e1223a0a (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)) (=> (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