rustsat-tools 0.7.1

Tools and examples built on the RustSAT library
Documentation
[[bin]]
name = "check-solution"
path = "src/bin/check-solution.rs"

[[bin]]
name = "cnf2opb"
path = "src/bin/cnf2opb.rs"

[[bin]]
name = "encodings"
path = "src/bin/encodings.rs"

[[bin]]
name = "enumerator"
path = "src/bin/enumerator.rs"

[[bin]]
name = "gbmosplit"
path = "src/bin/gbmosplit.rs"

[[bin]]
name = "mcnf2opb"
path = "src/bin/mcnf2opb.rs"

[[bin]]
name = "mo2ilp"
path = "src/bin/mo2ilp.rs"

[[bin]]
name = "opb2cnf"
path = "src/bin/opb2cnf.rs"

[[bin]]
name = "opb2mcnf"
path = "src/bin/opb2mcnf.rs"

[[bin]]
name = "opb2wcnf"
path = "src/bin/opb2wcnf.rs"

[[bin]]
name = "propagator"
path = "src/bin/propagator.rs"

[[bin]]
name = "shuffledimacs"
path = "src/bin/shuffledimacs.rs"

[[bin]]
name = "wcnf2opb"
path = "src/bin/wcnf2opb.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.37"

[dependencies.concolor-clap]
version = "0.1.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.rustsat]
default-features = false
features = ["compression", "multiopt", "rand", "internals"]
version = "0.7.1"

[dependencies.rustsat-cadical]
optional = true
version = "0.7.1"

[dependencies.rustsat-minisat]
optional = true
version = "0.7.1"

[dependencies.termcolor]
version = "1.4.1"

[features]
cadical = ["dep:rustsat-cadical"]
default = ["minisat"]
minisat = ["dep:rustsat-minisat"]

[lib]
name = "rustsat_tools"
path = "src/lib.rs"

[package]
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tools and examples built on the RustSAT library"
edition = "2021"
include = ["LICENSE", "CHANGELOG.md", "README.md", "/src/"]
keywords = ["rustsat", "sat", "satisfiability"]
license = "MIT"
name = "rustsat-tools"
readme = "README.md"
repository = "https://github.com/chrjabs/rustsat"
rust-version = "1.77.0"
version = "0.7.1"