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

Method getOrigColIndex

highs/presolve/HighsPostsolveStack.h:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 HighsInt getOrigColIndex(HighsInt col) const {
275 assert(static_cast<size_t>(col) < origColIndex.size());
276 return origColIndex[col];
277 }
278
279 void appendCutsToModel(HighsInt numCuts) {
280 size_t currNumRow = origRowIndex.size();

Callers 6

performRestartMethod · 0.80
basisTransferMethod · 0.80
HighsPseudocostMethod · 0.80
debugPrintRowMethod · 0.80
debugMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected