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