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

Method find_common

highs/util/HighsHashTree.h:1418–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416 }
1417
1418 const HighsHashTableEntry<K, V>* find_common(
1419 const HighsHashTree<K, V>& other) const {
1420 return find_common_recurse(root, other.root, 0);
1421 }
1422
1423 bool empty() const { return root.getType() == kEmpty; }
1424

Callers 2

findCommonCliqueIdMethod · 0.80
TestHighsHash.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected