#sat-solver #rustsat

rustsat-minisat

Interface to the SAT solver Minisat 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

#1814 in Algorithms

Download history 4/week @ 2023-12-16 65/week @ 2024-01-06 6/week @ 2024-01-13 27/week @ 2024-01-20 34/week @ 2024-02-03 5/week @ 2024-02-10 83/week @ 2024-02-17 60/week @ 2024-02-24 60/week @ 2024-03-02 31/week @ 2024-03-09 3/week @ 2024-03-16 21/week @ 2024-03-23 17/week @ 2024-03-30

112 downloads per month
Used in 2 crates

MIT license

5.5MB
14K SLoC

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

Minisat Version

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


lib.rs:

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

Minisat Version

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

Dependencies

~1.1–5MB
~88K SLoC