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

Method chooseMultiHyperGraphAuto

highs/simplex/HEkkDualRHS.cpp:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void HEkkDualRHS::chooseMultiHyperGraphAuto(HighsInt* chIndex,
215 HighsInt* chCount,
216 HighsInt chLimit) {
217 // Automatically decide to use partition or not
218 if (partSwitch)
219 chooseMultiHyperGraphPart(chIndex, chCount, chLimit);
220 else
221 chooseMultiGlobal(chIndex, chCount, chLimit);
222}
223
224void HEkkDualRHS::chooseMultiHyperGraphPart(HighsInt* chIndex,
225 HighsInt* chCount,

Callers 1

majorChooseRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected