summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite3.smt2
blob: b3c4f3e84737a4f14bbfc22c1e132a128cc1a30f (plain)
1
2
3
4
5
6
7
8
(set-logic QF_UF)
(set-info :status unsat)
(declare-sort U 0)
(declare-fun x () U)
(declare-fun y () U)
(declare-fun a () Bool)
(assert (not (= x (ite a (ite a x y) (ite (not a) x y)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback