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

Method invalidateBasisMatrix

highs/simplex/HEkk.cpp:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void HEkk::invalidateBasisMatrix() {
287 // When the constraint matrix changes - dimensions or just (basic)
288 // values, the simplex NLA becomes invalid, the simplex basis is
289 // no longer valid, and
290 this->status_.has_nla = false;
291 invalidateBasis();
292}
293
294void HEkk::invalidateBasis() {
295 // Invalidate the basis of the simplex LP, and all its other

Callers 2

invalidateMethod · 0.95
updateStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected