Skip to content

Commit

Permalink
bump microlp (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy authored Nov 24, 2024
1 parent 83425a9 commit 4d4d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ minilp = ["microlp"] # minilp is not maintained anymore, we use the microlp fork

[dependencies]
coin_cbc = { version = "0.1", optional = true, default-features = false }
microlp = { version = "0.2.5", optional = true }
microlp = { version = "0.2.6", optional = true }
lpsolve = { version = "0.1", optional = true }
highs = { version = "1.5.0", optional = true }
russcip = { version = "0.4.1", optional = true }
Expand Down

0 comments on commit 4d4d6ac

Please sign in to comment.