[[bin]]
name = "relp"
path = "src/bin/main.rs"
required-features = ["binaries"]
[dependencies.clap]
optional = true
version = "3.0.0-beta.2"
[dependencies.daggy]
version = "0.7.0"
[dependencies.itertools]
version = "0.10.0"
[dependencies.num]
version = "0.4.0"
[features]
binaries = ["clap"]
burkardt = []
cook = []
miplib = []
netlib = []
unicamp = []
[package]
authors = ["Bram van den Heuvel <bram@vandenheuvel.online>"]
categories = ["algorithms", "science"]
description = "Rust Exact Linear Programming"
edition = "2018"
exclude = ["tests"]
keywords = ["linear", "exact", "precision", "ilp", "simplex"]
license = "MIT"
name = "relp"
repository = "https://github.com/vandenheuvel/relp"
version = "0.0.4"
[profile.release]
lto = true