-
Notifications
You must be signed in to change notification settings - Fork 3
Simple, Incremental SAT Solving as a Haskell Library
License
sebfisch/incremental-sat-solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple, Incremental SAT Solving as a Library ============================================ This Haskell library provides an implementation of the Davis-Putnam-Logemann-Loveland algorithm (cf. <http://en.wikipedia.org/wiki/DPLL_algorithm>) for the boolean satisfiability problem. It not only allows to solve boolean formulas in one go but also to add constraints and query bindings of variables incrementally. The implementation is not sophisticated at all but uses the basic DPLL algorithm with unit propagation.
About
Simple, Incremental SAT Solving as a Haskell Library
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published