summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/proj-issue305-circuit-prop-ite-b.smt2
blob: fcb26054e7bda79c7f3ab122eb8b00e5514ff63b (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: sat
(set-logic ALL)
(set-option :check-proofs true)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(assert c)
(assert (not b))
(assert (ite a b c))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback