Skip to content

sema/go-sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sat

Toy SAT solver written in the Go programming language.

go-sat implements the DPLL algorithm (or something resembling it).

To compile the go-sat executable run:

go build

Usage (solving a SAT problem in CNF format):

./go-sat fixtures/small/sat/test.cnf

About

SAT Solver in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages