16 releases
new 0.3.8 | Mar 27, 2025 |
---|---|
0.3.6 | Feb 19, 2025 |
0.3.5 | Dec 20, 2024 |
0.3.3 | Oct 16, 2024 |
0.2.0 | Oct 30, 2023 |
#4 in #rust-sat
183 downloads per month
1MB
21K
SLoC
Contains (Mach-o exe, 175KB) cppsrc/simp/glucose
rustsat-glucose - Interface to the Glucose SAT Solver for RustSAT
The Glucose 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)
Glucose Version
The version of Glucose in this crate is Version 4.2.1. The used Cpp source repository can be found here.
lib.rs
:
rustsat-glucose - Interface to the Glucose SAT Solver for RustSAT
The Glucose 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)
Glucose Version
The version of Glucose in this crate is Version 4.2.1. The used Cpp source repository can be found here.
Dependencies
~4–15MB
~217K SLoC