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

dual status not supported by all solvers #68

Open
rb004f opened this issue May 1, 2020 · 3 comments
Open

dual status not supported by all solvers #68

rb004f opened this issue May 1, 2020 · 3 comments

Comments

@rb004f
Copy link

rb004f commented May 1, 2020

Line 23 of solution.jl assumes that JuMP.dual_status() is implemented for all solvers, however it can fail when that is not the case (for example, SCIP.jl currently doesn not implement the function). I stashed one way of doing this in the branch rbent-safety-checks, but I suspect there is a more elegant way of doing this

@ccoffrin
Copy link
Member

ccoffrin commented May 1, 2020

I am checking into this. I thought it was required for all solvers to support this parameter. Stay tuned.

@rb004f
Copy link
Author

rb004f commented May 1, 2020

Yeah, dual_status failed for me with SCIP 0.9.4, jump 0.20.1

@ccoffrin
Copy link
Member

ccoffrin commented May 23, 2020

@rb004f, I think the conclusion here is that there was a bug in the SCIP API. Can we close those issue and delete the associated branch?

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

No branches or pull requests

2 participants