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.
Description
The
coin_cbc
dependency, required forNativeCBCSolver
, fails to build on systems that do not havecoin-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.