Cargo Features
lp-modeler has no features set by default.
[dependencies]
lp-modeler = { version = "0.5.0", features = ["native_coin_cbc", "minilp"] }
- native_coin_cbc = coin_cbc
-
Affects
solvers::native_cbc
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- minilp implicit feature
-
Enables minilp
minilp:
A fast linear programming solver library
Affects
solvers::minilp
… - coin_cbc native_coin_cbc?