Skip to content

anbclausen/haskell-sat-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Really slow and naive SAT solver implemented in Haskell

This is a personal project trying to learn Haskell. :)

How to

Compile the Haskell code to run the solver.

To run (after compilation), you specify the path of the file with the problem you want to solve. It has to be in CNF DIMACS format, as the test example is.

./sat tests/php0.sat

About

Naive SAT solver implemented in Haskell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors