<div dir="ltr">Hi Jakob,<div><br></div><div>Thanks for the pointer to those two parameters, that was very helpful.</div><div><br></div><div>On 12 November 2016 at 15:54, Jakob Witzig <span dir="ltr"><<a href="mailto:witzig@zib.de" target="_blank">witzig@zib.de</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p>Hi James,<br>
    </p>
    SCIP provides the possibility to define an objective limit, i.e.,
    SCIPsetObjlimit(scip, objlimit). Afterwards, SCIP only declares
    solution as feasible if they are strictly better than objlimit.</div></blockquote><div><br></div><div>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). </div><div><br></div><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><br></div><div>James</div><div> </div></div>-- <br><div class="gmail_signature">James Cussens<br>Dept of Computer Science &<br>York Centre for Complex Systems Analysis<br>Room 326, The Hub, Deramore Lane            Tel    +44 (0)1904 325371<br>University of York                                        Fax  +44 (0)1904 500159<br>York YO10 5GE, UK                               <a href="http://www.cs.york.ac.uk/~jc" target="_blank">http://www.cs.york.ac.uk/~jc</a><br><a href="http://www.york.ac.uk/docs/disclaimer/email.htm" target="_blank">http://www.york.ac.uk/docs/disclaimer/email.htm</a></div>
</div></div>