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

Method transformToPresolvedSpace

highs/presolve/HighsPostsolveStack.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void HighsPostsolveStack::LinearTransform::transformToPresolvedSpace(
69 std::vector<double>& primalSol) const {
70 primalSol[col] -= constant;
71 primalSol[col] /= scale;
72}
73
74static HighsBasisStatus computeRowStatus(double dual,
75 HighsPostsolveStack::RowType rowType) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected