Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sputnim

Nim language-plastic

SAT solver in Nim, based on the basic (not-much-optimized) DPLL algorithm. Part of the architecture (especially data representation) is based on simple-sat.

Usage

$ git clone https://github.com/nicholaskross/Sputnim

$ cd Sputnim

# Compiling+Running
$ nim compile --verbosity:0 --hints:off --deepcopy:on --run sputnim.nim examples/example1.cnf

# Running
$ sputnim.exe examples/example2.cnf examples/custom_output_name.out

About

SAT solver in Nim

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages