rustsat-glucose 0.3.3

Interface to the SAT solver Glucose for the RustSAT library.
Documentation
[build-dependencies.bindgen]
version = "0.70.0"

[build-dependencies.cmake]
version = "0.1.51"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.cpu-time]
version = "1.0.0"

[dependencies.rustsat]
default-features = false
version = "0.6.1"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies]

[features]
debug = []
default = ["quiet"]
quiet = []

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

[package]
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Interface to the SAT solver Glucose for the RustSAT library."
edition = "2021"
keywords = ["sat-solver", "rustsat"]
license = "MIT"
name = "rustsat-glucose"
readme = "README.md"
repository = "https://github.com/chrjabs/rustsat"
version = "0.3.3"

[[test]]
name = "incremental"
path = "tests/incremental.rs"

[[test]]
name = "phasing"
path = "tests/phasing.rs"

[[test]]
name = "small"
path = "tests/small.rs"