| 219 | } |
| 220 | |
| 221 | void HighsDebugSol::nodePruned(const HighsDomain& localdomain) { |
| 222 | if (!debugSolActive) return; |
| 223 | |
| 224 | if (conflictingBounds.count(&localdomain) == 0) return; |
| 225 | |
| 226 | assert(!conflictingBounds[&localdomain].empty()); |
| 227 | } |
| 228 | |
| 229 | void HighsDebugSol::checkClique(const HighsCliqueTable::CliqueVar* clq, |
| 230 | HighsInt clqlen) { |
no test coverage detected