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