[dependencies.quick-xml]
version = "0.38"
[dependencies.tempfile]
version = "3"
[features]
cplex = []
[lib]
name = "lp_solvers"
path = "src/lib.rs"
[package]
authors = ["Joel Cavat <jcavat@gmail.com>", "Ophir LOJKINE"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = ".lp file format implementation and external solver invocation for Cbc, Gurobi, cplex, and GLPK"
documentation = "https://docs.rs/lp_solvers"
edition = "2018"
exclude = ["src/main.rs", "*.yml", "*.gitignore", "*.log", "*.iml", ".lp", "doc/*", "Cargo.lock"]
keywords = ["linear-programming", "linear-models", "optimization", "solver", "formulation"]
license = "MIT"
name = "lp-solvers"
readme = "README.md"
repository = "https://github.com/rust-or/lp-solvers"
version = "1.2.0"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[[test]]
name = "lp_format"
path = "tests/lp_format.rs"
[[test]]
name = "solvers"
path = "tests/solvers.rs"