Propositional satisfiability and SAT solvers¶
These are the lecture notes for the first rounds in the Aalto University course CS-E3220 Declarative Programming organized in Autumn \(2020\). The lecture notes and slides for other rounds are given elsewhere, please see the MyCourses page of the course.
- Overview
- Propositional formulas: syntax and semantics
- CNF — The Conjunctive Normal Form
- Solving problems with CNF SAT solvers: The Sudoku example
- Truth tables
- CNF Translations
- DNF — The Disjunctive Normal Form
- SAT Solvers for CNF Formulas: common preliminaries
- The DPLL backtracking search procedure
- Conflict-driven clause learning (CDCL) SAT solvers
- Preprocessing
- The resolution proof system
- References