Skip to content

Commit

Permalink
re-add the minilp feature as an alias of microlp
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Nov 3, 2024
1 parent e03b02a commit 5631d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5631d83

Please sign in to comment.