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

Method nodePruned

highs/mip/HighsDebugSol.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void 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
229void HighsDebugSol::checkClique(const HighsCliqueTable::CliqueVar* clq,
230 HighsInt clqlen) {

Callers 8

propagateConflictMethod · 0.45
changeBoundMethod · 0.45
currentNodeToQueueMethod · 0.45
openNodesToQueueMethod · 0.45
evaluateNodeMethod · 0.45

Calls 2

countMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected