summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue5019-cegqi-i.smt2
blob: 85c59db22f5ec6af84e56afcbf010bfb776d00a1 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --incremental
; EXPECT: sat
; EXPECT: sat
(set-logic BV)
(declare-const v4 Bool)
(assert (forall ((q0 Bool) (q1 Bool)) (xor true true q1 v4 q1 true true true true true true)))
(push 1)
(check-sat)
(pop 1)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback