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.

19 lines
743 B

5 months ago
  1. \item \self Consider the formula $\phi$ that consists of the conjunction
  2. of the following clauses:
  3. \begin{dpllCNFInput}
  4. \item $(a \lor b)$
  5. \item $(\lnot b \lor c)$
  6. \item $(\lnot a \lor \lnot c)$
  7. \item $(b \lor c)$
  8. \item $(a \lor \lnot b)$
  9. \end{dpllCNFInput}
  10. \begin{enumerate}
  11. \item \label{dpll} Use DPLL with learning to show that $\phi$ is unsatisfiable. Decide variables in \textit{alphabetic order} and starting with the \textit{positive} phase.
  12. \item State and briefly explain the \textit{resolution rule}.
  13. \item Using your results from \ref{dpll}, give a resolution proof of the unsatisfiability of $\phi$.
  14. \end{enumerate}
  15. % (a or b) and (not b or c) and (not a or not c) and (b or c) and (a or not b)