An open API service indexing awesome lists of open source software.

https://github.com/konn/skolem-rs

DPLL and CDCL SAT solver written in Rust
https://github.com/konn/skolem-rs

Last synced: about 1 month ago
JSON representation

DPLL and CDCL SAT solver written in Rust

Awesome Lists containing this project

README

        

# skolem - A toy SAT solver written in Rust

This is my toy project to understand Rust by implementing SAT solvers with it.