<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi James,<br>
    </p>
    <blockquote
cite="mid:CALQgqO08i7s4gPxX1Dan1SZG4Gc6Dwu8wrNCZK1qDSRM4x0eLg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">But I want solutions to be feasible
            only if they are *worse* (or equal) to objlimit, so I can't
            see how I can use SCIPsetObjlimit(scip, objlimit). <br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Oh sorry, sure in that case the objective limit makes no sense.<br>
    <br>
    <blockquote
cite="mid:CALQgqO08i7s4gPxX1Dan1SZG4Gc6Dwu8wrNCZK1qDSRM4x0eLg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div>Perhaps I should call</div>
            <div> SCIP_CALL( SCIPupdateLocalLowerbound(subscip,
              lowerbound) );<br>
            </div>
            <div>after working out what "lowerbound" should be. (Have to
              deal with offset and scale.) What do you think?</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    This is not necessary because the linear constraint handler will
    call this method anyway if it detects a constraint that is parallel
    to the objective function and provides a lower bound, cf.
    checkParallelObjective() in cons_linear.c.<br>
    <br>
    Cheers,<br>
    Jakob<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Jakob Witzig

Zuse Institute Berlin (ZIB)

Division Mathematical Optimization and Scientific Information
Research Group Mathematical Optimization Methods

Takustrasse 7
14195 Berlin

Tel. : +49 (0)30 84185-416
Fax  : +49 (0)30 84185-269
email: <a class="moz-txt-link-abbreviated" href="mailto:witzig@zib.de">witzig@zib.de</a></pre>
  </body>
</html>