nim-lang / sat

A SAT solver written in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A SAT solver written in Nim

License:MIT License


Languages

Language:Nim 100.0%