rust-or / rust-lp-modeler

Lp modeler written in Rust
MIT License
96 stars 29 forks source link

Native Cbc as feature #56

Closed carrascomj closed 4 years ago

carrascomj commented 4 years ago

Description

The coin_cbc dependency, required for NativeCBCSolver, fails to build on systems that do not have coin-or Cbc. This limits the use of the library for other solvers.

Implementation

Separate the NativeCbcSolver with its dependency as a non-default feature called native_cbc.

EdorianDark commented 4 years ago

This seems to solve the same problem as #52

carrascomj commented 4 years ago

@EdorianDark Oh, sorry, you are right. For some reason, I just saw the CI part and forgot about the feature. Closing this now.