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

Method getBranchNode

highs/util/HighsHashTree.h:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 }
385
386 BranchNode* getBranchNode() const {
387 assert(getType() == kBranchNode);
388 return reinterpret_cast<BranchNode*>(ptrAndType & ~uintptr_t{7});
389 }
390 };
391
392 struct BranchNode {

Callers 8

findCommonInLeafMethod · 0.80
insert_recurseMethod · 0.80
erase_recurseMethod · 0.80
find_recurseMethod · 0.80
find_common_recurseMethod · 0.80
destroy_recurseMethod · 0.80
copy_recurseMethod · 0.80
for_each_recurseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected