jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
103 stars 14 forks source link

Improve RawStatusString #101

Closed odow closed 2 years ago

odow commented 2 years ago

This is now singularly unhelpful: https://github.com/jump-dev/HiGHS.jl/blob/de218441bc179f1489f470d3c3b4aa943974cc34/src/MOI_wrapper.jl#L1669-L1671 because it now returns the Int instead of a nice string.

x-ref: https://github.com/jump-dev/JuMP.jl/pull/2914