An open API service indexing awesome lists of open source software.

https://github.com/bipinoli/dpll-sat-solver

CNF SAT solver based on DPLL algorithm. Made for fun :)
https://github.com/bipinoli/dpll-sat-solver

Last synced: 8 months ago
JSON representation

CNF SAT solver based on DPLL algorithm. Made for fun :)

Awesome Lists containing this project

README

          

# DPLL-SAT-Solver

It is a rough implementation with lots of room for optimization and improvements.

- Boolean [SAT solver](https://en.wikipedia.org/wiki/SAT_solver) for the clauses in a [CNF form](https://en.wikipedia.org/wiki/Conjunctive_normal_form)
- Implementation of a [DPLL algorithm](https://en.wikipedia.org/wiki/DPLL_algorithm)

It also includes a Sodoku puzzle modeled as a SAT problem