[SCIP] How to build multiple SCIP environments easily?

Ambros Gleixner gleixner at zib.de
Mon Oct 26 19:39:17 CET 2015


Dear Wei Kai,

I suppose the LP is different from the LP relaxation in SCIP.  You could 
use the LP interface in src/lpi/lpi.h, for instance.  Examples where 
this is done are cons_indicator.c, method checkIIs(), and 
cons_nonlinear.c, function addConcaveEstimatorMultivariate().

Best,
Ambros


Am 10.09.2015 10:33, schrieb weikaimas at 163.com:
>> Dear Gerald,
>>
>> I want to solve an extra LP problem in my B&C algorithm. How can solve
>> the LP problem and  extract solution information conveniently?
>>
>> Regards,
>> Wei Kai
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip
>


More information about the Scip mailing list