aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/sat2.smt2
blob: 738caa1780464ffd2edf35dc02fd9e167d92de75 (plain)
1
2
3
4
5
6
7
(set-logic QF_UF)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(assert (and (or (and a b) (and b c)) (not b)))
(check-sat)
(exit)