#sat-solver #rust-sat

rustsat-minisat

Interface to the SAT solver Minisat for the RustSAT library

22 releases

0.7.5 Jan 30, 2026
0.7.4 Oct 18, 2025
0.7.3 Aug 7, 2025
0.7.2 May 30, 2025
0.2.0 Oct 30, 2023

#3 in #rust-sat

Download history 463/week @ 2025-10-30 639/week @ 2025-11-06 330/week @ 2025-11-13 430/week @ 2025-11-20 713/week @ 2025-11-27 399/week @ 2025-12-04 46/week @ 2025-12-11 99/week @ 2025-12-18 10/week @ 2025-12-25 135/week @ 2026-01-01 64/week @ 2026-01-08 24/week @ 2026-01-15 53/week @ 2026-01-22 264/week @ 2026-01-29 449/week @ 2026-02-05 303/week @ 2026-02-12

1,073 downloads per month
Used in rustsat-tools

MIT license

1MB
24K SLoC

crates.io docs.rs License

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 mode
  • quiet: disable all glucose-internal printing to stdout during solving (on by default)

Minisat Version

The version of Minisat in this crate is Version 2.2.0. The used Cpp source 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

~3–12MB
~242K SLoC