Actions to take if there is a new Highs basis
| 4693 | |
| 4694 | // Actions to take if there is a new Highs basis |
| 4695 | void Highs::newHighsBasis() { |
| 4696 | // Clear any simplex basis |
| 4697 | ekk_instance_.updateStatus(LpAction::kNewBasis); |
| 4698 | } |
| 4699 | |
| 4700 | // Ensure that the HiGHS solution and basis have the same size as the |
| 4701 | // model, and that the HiGHS basis is kept up-to-date with any solved |
nothing calls this directly
no test coverage detected