[dependencies.coin_cbc]
optional = true
version = "0.1"
[dependencies.minilp]
optional = true
version = "0.2"
[dev-dependencies.trybuild]
version = "1"
[features]
default = ["coin_cbc"]
[package]
authors = ["Ophir LOJKINE <contact@ophir.dev>"]
description = " Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers."
documentation = "https://docs.rs/good_lp"
edition = "2018"
license-file = "LICENSE"
name = "good_lp"
repository = "https://github.com/lovasoa/good_lp"
version = "0.0.3"