<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      one possibility to do so would be by means of an event handler
      which catches a frequent event ( SCIP_EVENTTYPE_NODEEVENT ), check
      if your time limit is exceeded by comparing against the<br>
      result of SCIPgetSolvingTime(scip), and if yes, check your bound
      conditions.<br>
      <br>
      If the result matches your criteria, you can interrupt the solving
      process calling SCIPinterrupt(scip), or not if you want to
      continue the solving process.<br>
      <br>
      Please see the documentation on <a
        href="http://scip.zib.de/doc/html/EVENT.php">How to implement
        Event Handlers</a>. <br>
      <br>
      Best regards<br>
      Gregor<br>
      <br>
      Am 30.09.2014 um 10:55 schrieb M. Farham:<br>
    </div>
    <blockquote
cite="mid:CAGhf1zJpO3ZVbqvs-6Hdd2THK0xnBsEZD+n25b2LfCOzN4x5+g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Hello<br>
              </div>
              We are trying to solve pricing problem with CPLEX (or
              SoPLEX), and we want to interrupt solver after a certain
              amount of time and check UB and LB values. Then, if some
              conditions are not satisfied we resume solving the problem
              from where it was interrupted.<br>
            </div>
            Is there a way to do this in SCIP?<br>
          </div>
          Thanks in advance.<br>
          <br>
        </div>
        Saleh<br>
        <br>
        <div>
          <div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
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>