MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / newHighsBasis

Method newHighsBasis

highs/lp_data/Highs.cpp:4695–4698  ·  view source on GitHub ↗

Actions to take if there is a new Highs basis

Source from the content-addressed store, hash-verified

4693
4694// Actions to take if there is a new Highs basis
4695void 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

Callers

nothing calls this directly

Calls 1

updateStatusMethod · 0.80

Tested by

no test coverage detected