Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support getting objective bound #59

Closed
chriscoey opened this issue Mar 25, 2019 · 2 comments
Closed

support getting objective bound #59

chriscoey opened this issue Mar 25, 2019 · 2 comments

Comments

@chriscoey
Copy link

currently thru MOI and LQOI we can get the primal objective value, but it seems not the dual objective value slash objective bound

@odow
Copy link
Member

odow commented May 9, 2020

What should we do here? I don't think the C API has a method for querying the dual objective value, so it seems this should be something we don't support.

@mtanneau
Copy link
Contributor

mtanneau commented May 9, 2020

I see two options:

  • don't support MOI.DualObjectiveValue
  • Compute the dual objective by hand from the dual solution, if it exists.

Personally, I prefer to stick to whatever is/isn't in the C API, so I'm in favor of the first one.

@odow odow closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants