Skip to content

pknight24/hsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 6, 2018
7ca0f1c · Aug 6, 2018

History

4 Commits
Aug 4, 2018
Aug 6, 2018
Aug 4, 2018
Aug 4, 2018
Aug 4, 2018
Aug 4, 2018
Aug 6, 2018
Aug 4, 2018
Aug 4, 2018
Aug 4, 2018

Repository files navigation

hsat

hsat is a SAT Solver, written completely in Haskell. Currently, the only algorithm in use is a brute-force backtracking method. I designed the Module system with the intent of adding more efficient algorithms in the future.

The goal is to make satisfiability problems more generalizable by leverage Haskell's type system. You can build expressions of Boolish types, and pass them to the solver. The solver then returns either a Failure message, or a map of free variables to the set of values that would satisfy the constraints. More on this to come.

Releases

No releases published

Packages

No packages published