#rust-sat #sat-solver #default #mode #rustsat-glucose

rustsat-glucose

Interface to the SAT solver Glucose for the RustSAT library

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

Download history 67/week @ 2025-01-08 7/week @ 2025-01-15 7/week @ 2025-01-22 32/week @ 2025-02-05 31/week @ 2025-02-12 162/week @ 2025-02-19 26/week @ 2025-02-26 29/week @ 2025-03-05 19/week @ 2025-03-12 103/week @ 2025-03-19 197/week @ 2025-03-26 156/week @ 2025-04-02 26/week @ 2025-04-09 10/week @ 2025-04-16 4/week @ 2025-04-23

209 downloads per month

MIT license

1MB
25K SLoC

Rust 22K SLoC // 0.0% comments C++ 3K SLoC // 0.2% comments

Contains (Mach-o exe, 175KB) cppsrc/simp/glucose

crates.io docs.rs License

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 mode
  • quiet: disable all glucose-internal printing to stdout 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