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

Improve RawStatusString #101

Closed
odow opened this issue Mar 10, 2022 · 0 comments · Fixed by #102
Closed

Improve RawStatusString #101

odow opened this issue Mar 10, 2022 · 0 comments · Fixed by #102

Comments

@odow
Copy link
Member

odow commented Mar 10, 2022

This is now singularly unhelpful:

HiGHS.jl/src/MOI_wrapper.jl

Lines 1669 to 1671 in de21844

function MOI.get(model::Optimizer, ::MOI.RawStatusString)
return string(model.solution.model_status)
end

because it now returns the Int instead of a nice string.

x-ref: jump-dev/JuMP.jl#2914

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

Successfully merging a pull request may close this issue.

1 participant