12 unstable releases (3 breaking)
new 0.4.2 | Dec 13, 2024 |
---|---|
0.4.1 | Oct 16, 2024 |
0.3.1 | Jun 12, 2024 |
0.2.4 | Feb 23, 2024 |
0.2.0 | Oct 30, 2023 |
#2658 in Algorithms
221 downloads per month
Used in rustsat-tools
6.5MB
20K
SLoC
rustsat-minisat - Interface to the Minisat SAT Solver for RustSAT
The Minisat SAT solver to be used with the RustSAT library.
Features
debug
: if this feature is enables, the Cpp library will be built with debug and check functionality if the Rust project is built in debug modequiet
: disable all glucose-internal printing tostdout
during solving (on by default)
Minisat Version
The version of Minisat in this crate is Version 2.2.0. The used Cpp source repository can be found here.
Dependencies
~3–14MB
~199K SLoC