[Cbc] Cbc and OsiClp

John Forrest john.forrest at fastercoin.com
Thu Mar 6 05:56:29 EST 2014


You can get at most Clp options

a) If you just have OsiSolverInterface * solver

         OsiClpSolverInterface * clpSolver
         = dynamic_cast<OsiClpSolverInterface *> (solver);

b) Using

        ClpSimplex * clp = clpSolver->getModelPtr();

  If you get problems, I may be able to help.

John Forrest


On 06/03/14 10:20, ycollette.nospam at free.fr wrote:
> Hello,
>
> I finally managed to activate the Cilk options of Clp using the intel compiler.
> The problem I've got was that it was not possible to activate the cilk options in OsiClp.
> There is my first question:
> - OsiClp seems to be so different from Clp. It's nearly "unrelated". What is the status of OsiClp wrt to Clp ?
>
> I wanted to used this improved version of Clp in Cbc. I finally found that Cbc was not using Clp but OsiClp. Do you have some plan to really use Clp in Cbc, or to improve OsiClp so as to use Clp instead of reimplementing a LP solver is OsiClp ?
>
> Best regards,
>
> YC
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc
>
>



More information about the Cbc mailing list