| 213 | } |
| 214 | |
| 215 | void HighsDebugSol::resetDomain(const HighsDomain& domain) { |
| 216 | if (conflictingBounds.count(&domain) == 0) return; |
| 217 | |
| 218 | conflictingBounds[&domain].clear(); |
| 219 | } |
| 220 | |
| 221 | void HighsDebugSol::nodePruned(const HighsDomain& localdomain) { |
| 222 | if (!debugSolActive) return; |
no test coverage detected