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

Method resetDomain

highs/mip/HighsDebugSol.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setDomainChangeStackMethod · 0.45

Calls 2

countMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected