summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4849-nqe.smt2
blob: 4d0ce13fd8b8e913b65b47269311505871f0928b (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --cegqi-nested-qe
; EXPECT: sat
(set-logic LIA)
(set-option :cegqi-nested-qe true)
(set-info :status sat)
(assert (forall ((a Int)) (exists ((b Int)) (= (ite (= a 0) 0 1) (ite (= b 0) 0 1)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback