good_lp 1.3.1

Mixed Integer Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.coin_cbc]
optional = true
version = "0.1.6"

[dependencies.fnv]
version = "1"

[dependencies.highs]
optional = true
version = "0.6"

[dependencies.lp-solvers]
features = ["cplex"]
optional = true
version = "0.0.4"

[dependencies.lpsolve]
optional = true
version = "0.1"

[dependencies.minilp]
optional = true
version = "0.2"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.float_eq]
version = "0.7"

[features]
default = ["coin_cbc"]

[package]
authors = ["Ophir LOJKINE <contact@ophir.dev>"]
categories = ["mathematics", "algorithms", "science", "api-bindings", "data-structures"]
description = " Mixed Integer Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers."
documentation = "https://docs.rs/good_lp"
edition = "2018"
keywords = ["linear-programming", "optimization", "symbolic", "math", "solver"]
license = "MIT"
name = "good_lp"
repository = "https://github.com/rust-or/good_lp"
version = "1.3.1"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]