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.
-
Updated
Jun 14, 2025 - 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.
Implementation of CDCL SAT solver in Python
a set of Boolean logic functions and SAT solvers
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."