You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
536 B
17 lines
536 B
\item \self In the following list, tick
|
|
all items that conform to the Conjunctive Normal Form (CNF).
|
|
|
|
\begin{itemize}
|
|
\item[$\square$] $(a \wedge b \wedge \neg c) \vee (\neg b
|
|
\wedge \neg c) \vee (e \wedge \neg f)$
|
|
\item[$\square$] $a$
|
|
\item[$\square$] $\neg b$
|
|
\item[$\square$] $a \wedge \neg b$
|
|
\item[$\square$] $a \vee \neg b$
|
|
\item[$\square$] $a \vee (\neg b \wedge c)$
|
|
\item[$\square$] $(a \vee \neg b) \wedge c$
|
|
\item[$\square$] $\neg(p \vee q)$
|
|
\item[$\square$] $x \vee \neg y \vee z$
|
|
\end{itemize}
|
|
|
|
|