rustsat 0.6.1

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.
Documentation
1
2
3
4
5
6
7
8
9
doc-valid-idents = [
  "RustSAT",
  "CaDiCaL",
  "MaxSAT",
  "BatSat",
  "AllDifferent",
  "..",
]
avoid-breaking-exported-api = false