<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>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.</p>
    <pre><span class="n">for (int i = 0; i < numLoop; i++)
{
SCIPcreate</span><span class="p">(</span><span class="o">&</span><span class="n">scip</span><span class="p">)
</span>..
<span class="n">SCIPsolve</span><span class="p">(</span><span class="o">&</span><span class="n">scip</span><span class="p">)
</span><span class="n">SCIPfree</span><span class="p">(</span><span class="o">&</span><span class="n">scip</span><span class="p">)
}

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.
</span></pre>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>