17 unstable releases (4 breaking)
0.7.0 | Apr 3, 2025 |
---|---|
0.4.6 | Mar 27, 2025 |
0.4.4 | Feb 19, 2025 |
0.4.3 | Dec 20, 2024 |
0.2.0 | Oct 30, 2023 |
#871 in Algorithms
1,845 downloads per month
Used in rustsat-tools
1MB
24K
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
~4–15MB
~215K SLoC