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

Method debugNlaCheckInvert

highs/simplex/HEkkDebug.cpp:1071–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069 return ok;
1070}
1071HighsDebugStatus HEkk::debugNlaCheckInvert(
1072 const std::string message, const HighsInt alt_debug_level) const {
1073 assert(this->status_.has_nla);
1074 return this->simplex_nla_.debugCheckInvert(message, alt_debug_level);
1075}
1076
1077HighsDebugStatus HEkk::debugOkForSolve(const SimplexAlgorithm algorithm,
1078 const HighsInt phase) const {

Callers 5

debugRetainedDataOkMethod · 0.95
addRowsMethod · 0.95
rebuildMethod · 0.80
returnFromSolveLpSimplexFunction · 0.80
addRowsInterfaceMethod · 0.80

Calls 1

debugCheckInvertMethod · 0.80

Tested by

no test coverage detected