18 releases
new 0.7.1 | May 1, 2025 |
---|---|
0.3.8 | Mar 27, 2025 |
0.3.5 | Dec 20, 2024 |
0.3.3 | Oct 16, 2024 |
0.2.0 | Oct 30, 2023 |
#2056 in Algorithms
209 downloads per month
1MB
25K
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.
Minimum Supported Rust Version (MSRV)
Currently, the MSRV is 1.76.0, the plan is to always support an MSRV that is at least a year old.
Bumps in the MSRV will not be considered breaking changes. If you need a specific MSRV, make sure to pin a precise version of RustSAT.
Dependencies
~4–15MB
~215K SLoC