<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Dear Mehmet,<br>
      <br>
      such a behaviour can't be forced through means of the interactive
      shell.<br>
      <br>
      If you use SCIP as a callable library, you could implement a
      customized event handler that reacts on SCIP_EVENTTYPE_NODESOLVED,
      keeps track of the number of open nodes and calls a user interrupt
      if the desired condition is met. Please read the <a
        href="http://scip.zib.de/doc/html/EVENT.php">documentation</a>
      on how to write event handlers. You can get arrays of all unsolved
      nodes via <a
href="http://scip.zib.de/doc/html/scip_8h.php#a1f66ba0570f495323ae277514243bd6b">SCIPgetOpenNodesData()</a>
      and use <a
href="http://scip.zib.de/doc/html/scip_8h.php#ab207a6210ea634cca6fae72dde4d9a91">SCIPinterruptSolve() 
      </a>to interrupt the solve. Iterating over all open nodes every
      time one node has been solved produces some computational
      overhead, but should be a starting point.<br>
      <br>
      Kind regards,<br>
      Gregor<br>
      <br>
      Am 21.06.2014 21:49, schrieb Mehmet Pancaroğlu:<br>
    </div>
    <blockquote
      cite="mid:B8324C38-AD38-4828-AC7E-4A50DE24734D@metu.edu.tr"
      type="cite">
      <pre wrap="">Hi everyone,

I want to ask how can i stop my algorithm when there is only one node from specific level whom subsequent nodes are not fathomed yet. For example, there are 6 nodes at level 4 of tree. If subsequent nodes of 5 nodes at level 4 are fathomed, i dont want to continue further.

Thanks in advance.

Mehmet
_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>