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.

10 lines
641 B

5 months ago
  1. \item \self SAT solvers usually require input formulas to be in
  2. \emph{Conjunctive Normal Form} (CNF). In the following list, tick
  3. all items that conform to CNF.
  4. \begin{itemize}
  5. \item[$\square$] A formula $\phi$ that consists of a conjunction of clauses $c_1, c_2, \ldots, c_n$.
  6. \item[$\square$] A formula $\phi$ that consists of a disjunction of clauses $c_1, c_2, \ldots, c_n$.
  7. \item[$\square$] A formula $\phi$ that consists of a conjunction of cubes $c_1, c_2, \ldots, c_n$.
  8. \item[$\square$] A formula $\phi$ that consists of a disjunction of cubes $c_1, c_2, \ldots, c_n$.
  9. \item[$\square$] A literal $l$.
  10. \end{itemize}