Skip to content

nim-lang/sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sat

A SAT solver written in Nim.

import sat/[sat, satvars]

Note: Remember that even though SAT claims to support the OR operator, it actually doesn't and only supports it if you use it to build up an implication (A -> B == ~ A | B)

Releases

No releases published

Packages

No packages published

Languages