[Cbc] Cbc and OsiClp

ycollette.nospam at free.fr ycollette.nospam at free.fr
Thu Mar 6 07:40:26 EST 2014


Thanks for the answer.
I was really impressed by the performances of Cilk / Aboca / Clp.
It nearly competes with xpress ...
Really nice job.

YC

----- Mail original -----
De: "John Forrest" <john.forrest at fastercoin.com>
À: cbc at list.coin-or.org
Envoyé: Jeudi 6 Mars 2014 11:56:29
Objet: Re: [Cbc] Cbc and OsiClp

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
>
>

_______________________________________________
Cbc mailing list
Cbc at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/cbc



More information about the Cbc mailing list