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.

7 lines
544 B

5 months ago
  1. \emph{The idea of conflict-driven clause learning is not to repeat steps that lead to a conflict}. % this is a quote from the lecture notes
  2. \vspace{0.5cm}
  3. When executing the DPLL algorithm we can maintain a so-called conflict graph. We can use this graph to deduce the variables that lead to the conflict.
  4. In Conflict-Driven Clause Learning different SAT solvers apply different techniques to extract new \emph{learned} clauses from this graph.
  5. The learned clauses help the SAT solver from repeating mistakes in different execution branches.