diff --git a/Cargo.toml b/Cargo.toml index bc9ad6d..66abf44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ singlethread-cbc = ["coin_cbc?/singlethread-cbc"] scip = ["russcip"] all_default_solvers = ["coin_cbc", "microlp", "lpsolve", "highs", "russcip", "lp-solvers", "clarabel"] # cplex-rs is not included because it is incompatible with lpsolve clarabel-wasm = ["clarabel/wasm"] +minilp = ["microlp"] # minilp is not maintained anymore, we use the microlp fork instead [dependencies] coin_cbc = { version = "0.1", optional = true, default-features = false }