rustsat 0.5.0

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

rustsat

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 3 of them enabled by default.

default

  • optimization
  • fxhash

optimization

    This feature flag does not enable additional features.

fxhash

  • dep:rustc-hash

all

  • multiopt
  • compression
  • rand
  • fxhash

compression

  • dep:bzip2
  • dep:flate2
  • dep:xz2

rand

  • dep:rand

multiopt

  • optimization

bench

    This feature flag does not enable additional features.

internals

    This feature flag does not enable additional features.

ipasir-display

    This feature flag does not enable additional features.