[SCIP] how to initialize scip solver with initial solution

Benjamin Müller benjamin.mueller at zib.de
Fri Sep 18 12:39:10 CEST 2015


Dear Quali,

you can create a solution by SCIPcreateSol() and add it with 
SCIPaddSol() to SCIP before calling SCIPsolve(). You can use 
SCIPsetSolVal() to set the values of the variables in your solution.

Best,

Benny

On 09/18/2015 12:09 PM, Abdelkader Ouali wrote:
> Hi every one,
>
> I like to properly initialize scip with initial solution,
> can you give me routines that are responsible for that, and how to 
> manage them ?
>
> Thanks in advance.
>
> ---
> A. Ouali
>
>
>
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip

-- 
______________________________
Benjamin Müller
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
benjamin.mueller at zib.de
+49 30 841 85-195

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150918/d9015aa3/attachment.html>


More information about the Scip mailing list