#sat-solver #rustsat

rustsat-glucose

Interface to the SAT solver Glucose for the RustSAT library

13 releases

0.3.5 Dec 20, 2024
0.3.3 Oct 16, 2024
0.3.1 Jun 12, 2024
0.2.4 Feb 23, 2024
0.2.0 Oct 30, 2023

#2392 in Algorithms

Download history 291/week @ 2024-10-12 57/week @ 2024-10-19 3/week @ 2024-10-26 5/week @ 2024-11-02 1/week @ 2024-11-09 4/week @ 2024-11-16 1/week @ 2024-11-23 13/week @ 2024-11-30 117/week @ 2024-12-07 162/week @ 2024-12-14 84/week @ 2024-12-21 13/week @ 2024-12-28 47/week @ 2025-01-04 27/week @ 2025-01-11 10/week @ 2025-01-18 4/week @ 2025-01-25

90 downloads per month

MIT license

1MB
21K SLoC

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

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

Check & Test 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.

Dependencies

~3–15MB
~208K SLoC