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

SCIP Dual Status #157

Closed
ccoffrin opened this issue May 1, 2020 · 2 comments · Fixed by #158
Closed

SCIP Dual Status #157

ccoffrin opened this issue May 1, 2020 · 2 comments · Fixed by #158

Comments

@ccoffrin
Copy link

ccoffrin commented May 1, 2020

I got a report that SCIP.jl does not support the solution dual_status parameter. I believe this parameter should be set to NO_SOLUTION if it is not available.

lanl-ansi/InfrastructureModels.jl#68

CC @mlubin, @odow, @rb004f

@odow
Copy link
Contributor

odow commented May 2, 2020

I can fix this. It's just:

function MOI.get(::Optimizer, ::MOI.DualStatus)
    return MOI.NO_SOLUTION
end

@ccoffrin
Copy link
Author

ccoffrin commented May 2, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants