Skip to content

How to obtain the bound on the objective? #19

Answered by jhmgoossens
abeham asked this question in Q&A
Discussion options

You must be logged in to vote

I’ve added a Bound property to Objective. This only works for solver OsiCbc, in which case Bound will have the value of getBestPossibleObjValue(). Bound value is the best LP objective of all nodes remaining on the search tree. As such, Bound is the other side of the optimality gap from Value.

For now, this feature is only available in the dev-obj-bound branch, with binaries on AppVeyor.

Is this what you’re looking for?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@abeham
Comment options

Answer selected by abeham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants