rustsat - A Comprehensive SAT Library for Rust

This library aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving. The focus of the library is to provide as much ease of use without giving up on performance.

Examples

For example useage refer to the small example tools in the examples directory. For a bigger example you can look at this multi-objective optimization solver.