HiGHS.jl
HiGHS.jl copied to clipboard
Add ability to reset basis matrix
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.
Xpress has XPRS_KEEPBASIS or XPRS_REFACTOR (to fix with links)
Upstream issue is https://github.com/ERGO-Code/HiGHS/issues/1598