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

Method lpFactorRowCompatible

highs/simplex/HEkk.cpp:2286–2288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2284}
2285
2286bool HEkk::lpFactorRowCompatible() const {
2287 return lpFactorRowCompatible(this->lp_.num_row_);
2288}
2289
2290bool HEkk::lpFactorRowCompatible(const HighsInt expectedNumRow) const {
2291 // Check for LP-HFactor row compatibility

Callers 2

calledOptimizeModelMethod · 0.80
returnFromHighsMethod · 0.80

Calls 1

highsLogDevFunction · 0.85

Tested by

no test coverage detected