#sat-solver #rustsat #batsat

rustsat-batsat

Interface to the SAT solver BatSat for the RustSAT library. BatSat is fully implemented in Rust

2 releases

new 0.1.1 Dec 13, 2024
0.1.0 Oct 16, 2024

#397 in WebAssembly

Download history 94/week @ 2024-10-10 85/week @ 2024-10-17 11/week @ 2024-10-24 6/week @ 2024-10-31 2/week @ 2024-11-07 1/week @ 2024-11-14 1/week @ 2024-11-21 11/week @ 2024-11-28 51/week @ 2024-12-05

64 downloads per month

MIT license

6.5MB
17K SLoC

Check & Test crates.io docs.rs License

rustsat-batsat - Interface to the BatSat SAT Solver for RustSAT

Interface to the BatSat incremental SAT-Solver to be used with the RustSAT library.

BatSat is fully implemented in Rust which has advantages in restricted compilation scenarios like WebAssembly.

BatSat Version

The version of BatSat in this crate is Version 0.5.0.


lib.rs:

rustsat-batsat - Interface to the BatSat SAT Solver for RustSAT

Interface to the BatSat incremental SAT-Solver to be used with the RustSAT library.

BatSat is fully implemented in Rust which has advantages in restricted compilation scenarios like WebAssembly.

BatSat Version

The version of BatSat in this crate is Version 0.5.0.

Dependencies

~3–12MB
~163K SLoC