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

Method for_each

highs/util/HighsHashTree.h:1431–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429
1430 template <typename F>
1431 auto for_each(F&& f) const
1432 -> decltype(HighsHashTableEntry<K, V>().forward(f)) {
1433 using R = decltype(for_each(f));
1434 return for_each_recurse<R>(root, f);
1435 }
1436
1437 HighsHashTree() = default;
1438

Callers 14

columnTransformedMethod · 0.80
getBestVubMethod · 0.80
getBestVlbMethod · 0.80
rebuildMethod · 0.80
buildFromMethod · 0.80
cleanupVarboundsMethod · 0.80
collectCliquesMethod · 0.80
processNewEdgeMethod · 0.80
addImplicationsMethod · 0.80
getNumImplicationsMethod · 0.80
runCliqueMergingMethod · 0.80

Calls 2

for_eachFunction · 0.85
forwardMethod · 0.45

Tested by

no test coverage detected