jump-dev / HiGHS.jl

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

SimplexIterations uses deprecated method #86

Closed odow closed 2 years ago

odow commented 2 years ago

https://github.com/jump-dev/HiGHS.jl/blob/94ae3b566d807834b2f5521c4a4fbc4bb07c6b9a/src/MOI_wrapper.jl#L1792-L1794

should be replaced with lookups for

https://github.com/ERGO-Code/HiGHS/blob/17237a320d5c32a95c18e1e8cf2ef4a365e9e889/src/lp_data/HighsInfo.h#L200-L205

odow commented 2 years ago

We should also add mip_node_count.

Blocked by https://github.com/ERGO-Code/HiGHS/issues/747