Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findCommonInLeaf
Method · 0.80
insert_recurse
Method · 0.80
erase_recurse
Method · 0.80
find_recurse
Method · 0.80
find_common_recurse
Method · 0.80
destroy_recurse
Method · 0.80
copy_recurse
Method · 0.80
for_each_recurse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected