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
- Host: GitHub
- URL: https://github.com/konn/skolem-rs
- Owner: konn
- Created: 2024-09-17T11:14:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:26:37.000Z (7 months ago)
- Last Synced: 2025-04-11T00:46:03.910Z (about 1 month ago)
- Language: Rust
- Size: 614 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.