#sat-solver #rustsat

rustsat-glucose

Interface to the SAT solver Glucose for the RustSAT library

7 releases

0.2.4 Feb 23, 2024
0.2.3 Jan 11, 2024
0.2.1 Dec 18, 2023
0.2.0 Oct 30, 2023
0.1.0 Aug 23, 2023

#1813 in Algorithms

Download history 6/week @ 2023-12-15 1/week @ 2023-12-22 18/week @ 2024-01-05 9/week @ 2024-01-12 121/week @ 2024-02-23 27/week @ 2024-03-01 121/week @ 2024-03-08 14/week @ 2024-03-15 16/week @ 2024-03-29

155 downloads per month

MIT license

5.5MB
14K SLoC

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 C++ library will be built with debug and check functionality if the Rust project is built in debug mode

Glucose Version

The version of Glucose in this crate is Version 4.2.1. The used C++ source repository can be found here.


lib.rs:

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 C++ library will be built with debug and check functionality if the Rust project is built in debug mode

Glucose Version

The version of Glucose in this crate is Version 4.2.1. The used C++ source repository can be found here.

Dependencies

~1.1–5MB
~87K SLoC