[Scip] using SCIPsetObjlimit with optimal value

Stefan Lörwald stefan.loerwald at gmail.com
Mon Jun 10 14:33:57 MEST 2013


Hi,

during the development of a heuristic, I thought having encountered a bug
as setting the optimal value as a bound via SCIPsetObjlimit(scip, value)
resulted in infeasibility. However the documentation of this method states
that the optimal value has to be better that the value provided, so the
behaviour wasn't wrong at all. What is the design decision behind this? Why
not allow for equality? What is the recommended design pattern for setting
a limit to the objective value gained by heuristic which might be optimal?
Adding a constant surely is non-optimal since it makes things a bit worse
in the case of non-optimal results of the heuristic.

Thanks in advance,
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.zib.de/mailman/private/scip/attachments/20130610/87e0c384/attachment.html


More information about the Scip mailing list