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