| 212 | } |
| 213 | |
| 214 | void 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 | |
| 224 | void HEkkDualRHS::chooseMultiHyperGraphPart(HighsInt* chIndex, |
| 225 | HighsInt* chCount, |