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

Method redundantRow

highs/presolve/HighsPostsolveStack.h:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 }
456
457 void redundantRow(HighsInt row) {
458 reductionValues.push(RedundantRow{origRowIndex[row]});
459 reductionAdded(ReductionType::kRedundantRow);
460 }
461
462 template <typename RowStorageFormat>
463 void forcingRow(HighsInt row,

Callers 4

liftingForProbingMethod · 0.80
singletonRowMethod · 0.80
rowPresolveMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected