pldag 2.0.2

A DAG-based combinatorial-model framework with optional GLPK solving back-end.
Documentation
[dependencies.bimap]
version = "0.6.3"

[dependencies.glpk-rust]
default-features = false
optional = true
version = "0.1.1"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.itertools]
version = "0.14.0"

[dev-dependencies]

[[example]]
name = "readme_example"
path = "examples/readme_example.rs"

[features]
default = []
glpk = ["glpk-rust"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "algorithms"]
description = "A DAG-based combinatorial-model framework with optional GLPK solving back-end."
edition = "2021"
homepage = "https://github.com/ourstudio-se/pldag-rust"
keywords = ["ilp", "milp", "combinatorics", "glpk"]
license = "MIT"
name = "pldag"
readme = "README.md"
repository = "https://github.com/ourstudio-se/pldag-rust"
version = "2.0.2"

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