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

https://github.com/enzet/awesome-solving

SAT and SMT solving.
https://github.com/enzet/awesome-solving

List: awesome-solving

awesome-list cdcl dpll sat-solver smt-solver

Last synced: 3 days ago
JSON representation

SAT and SMT solving.

Awesome Lists containing this project

README

          

Awesome SAT and SMT solving
===========================

* [SAT](#sat).

SAT
---

### Algorithms ###

* DP (1960).
* DPLL (1962).
* PPZ (1997).
* PPSZ (1998).
* Chaff (2001).
* Incremental SAT (2003).
* CDCL (**c**onflict **d**riven **c**lause **l**earning):
* [Interactive DPLL and CDCL explanation](https://cse442-17f.github.io/Conflict-Driven-Clause-Learning/).

### Solvers ###

* GSAT, WSAT (1993).
* GRASP (1995).
* SATO (1997).
* zChaff, mChaff (Chaff) (2001).
* SATZOO, SATNIK.
* MiniSAT (2003).

### Input formats ###

* DIMACS-CNF.