[SCIP] Scip crashes when looping multiple times

Matthias Miltenberger miltenberger at zib.de
Thu May 19 15:24:19 CEST 2016


Hi See Chuen,

this is strange. I just tried reading and solving the same MINLP 
instance a thousand times and couldn't see any unusual behaviour.
Memory usage stays at the same peak all the time.

Maybe you could give some more information on your setup and/or your 
problem instance.

all the best
Matthias


On 19.05.2016 12:01, See Chuen Teck wrote:
>
> Hi,
>
> I was using SCIP-ipopt (scip 3.2.1, ipopt 3.12.5) to solver a series 
> of nlp whose result depends on previous solution. Basically I used 
> SCIP to loop multiple times programmatically.
>
> for (int i = 0; i < numLoop; i++) { SCIPcreate(&scip) ..
> SCIPsolve(&scip) SCIPfree(&scip) } However, the program crashes after 
> some loop. Also encountered the same problem when using scip 
> commandline to read problem, solve then read problem & solve repeated. 
> Like to know whether I am missing something. Thanks.
>
>
>
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip

-- 
\__________________

Matthias Miltenberger
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
www.zib.de/miltenberger
miltenberger at zib.de
+49 (30) 841 85-245

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160519/b59ee366/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5239 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160519/b59ee366/attachment.p7s>


More information about the Scip mailing list