good_lp 0.3.5

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"

[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.5"

[features]
default = ["coin_cbc"]

[package]
authors = ["Ophir LOJKINE <contact@ophir.dev>"]
categories = ["mathematics", "algorithms", "science", "api-bindings", "data-structures"]
description = " 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-file = "LICENSE"
name = "good_lp"
repository = "https://github.com/rust-or/good_lp"
version = "0.3.5"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]