HiGHS.jl icon indicating copy to clipboard operation
HiGHS.jl copied to clipboard

Add ability to reset basis matrix

Open odow opened this issue 2 years ago • 2 comments

From a discussion with @joaquimg:

Add HiGHS options for resetting the basis and refactoring the matrix, so that the model is in a "just been built" state without actually needing a rebuild.

This probably requires changes to upstream HiGHS.

odow avatar Jan 22 '24 20:01 odow

Xpress has XPRS_KEEPBASIS or XPRS_REFACTOR (to fix with links)

odow avatar Jan 22 '24 21:01 odow

Upstream issue is https://github.com/ERGO-Code/HiGHS/issues/1598

odow avatar Apr 18 '24 03:04 odow