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

Method getOrigRowIndex

highs/presolve/HighsPostsolveStack.h:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 const HighsInt* getOrigColsIndex() const { return origColIndex.data(); }
268
269 HighsInt getOrigRowIndex(HighsInt row) const {
270 assert(static_cast<size_t>(row) < origRowIndex.size());
271 return origRowIndex[row];
272 }
273
274 HighsInt getOrigColIndex(HighsInt col) const {
275 assert(static_cast<size_t>(col) < origColIndex.size());

Callers 7

extractCliquesMethod · 0.80
performRestartMethod · 0.80
basisTransferMethod · 0.80
debugPrintRowMethod · 0.80
runMethod · 0.80
debugMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected