#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

#2510 in Algorithms

Download history 5/week @ 2024-09-18 14/week @ 2024-09-25 14/week @ 2024-10-02 13/week @ 2024-10-09 315/week @ 2024-10-16 23/week @ 2024-10-23 3/week @ 2024-10-30 3/week @ 2024-11-06 1/week @ 2024-11-13 4/week @ 2024-11-20 4/week @ 2024-11-27 33/week @ 2024-12-04 152/week @ 2024-12-11 165/week @ 2024-12-18 29/week @ 2024-12-25

381 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–14MB
~202K SLoC