Implementation of CDCL SAT solver in Python
-
Updated
Dec 13, 2020 - Python
Implementation of CDCL SAT solver in Python
C++ SAT solver using DPLL and CDCL algorithms to solve Boolean SAT problems supporting pure literal elimination, unit propagation, clause learning, and non-chronological backtracking.
This project is a satisfiability checker that works with formulas in conjunctive normal form.
Add a description, image, and links to the unit-propagation topic page so that developers can more easily learn about it.
To associate your repository with the unit-propagation topic, visit your repo's landing page and select "manage topics."