Skip to content

travitch/satir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

satir is an implementation of a CDCL SAT solver in Rust. Note that it is a work in progress and does not yet actually work.

The implementation follows minisat. So far, the most interesting part of the implementation is its use of the slice_dst package to embed clause literals in clauses, removing a typical source of indirections.

About

An implementation of a SAT solver in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages