[Coin-discuss] cbc vs. cbc-generic

fmargot at andrew.cmu.edu fmargot at andrew.cmu.edu
Thu Jun 22 09:17:16 EDT 2006



On Wed, 21 Jun 2006, Laszlo Ladanyi wrote:

> Exactly.
>
> cbc is the version that is closely tied to clp. cbc-generic is the version
> that can use other LP solvers via OSI.
>

What does that mean? cbc-generic is an executable and it does not seem
possible to tell it to use Cplex instead of Clp.

Also, the library does not seem to work with Cplex. The following simple
code crashes with a segmentation fault at the end of the root node:

   OsiCpxSolverInterface solver;
   solver.readMps("dcmulti");
   CbcModel model(solver);
   model.branchAndBound();

The above code works if Cpx is replaced by Clp.

Francois



More information about the Coin-discuss mailing list