summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4849-nqe.smt2
blob: dd7a22e39909af9b47e94db4d66605fd7776749e (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --cegqi-nested-qe -q
; 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