summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite4.smt2
blob: c1c41f4b5825f708e07e792528578d6941208588 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_UF)
(set-info :status sat)
(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) y x)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback