Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ set
Method
set
highs/util/HighsHashTree.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
operator uint64_t() const { return occupation; }
75
76
void set(uint8_t pos) { occupation |= uint64_t{1} << (pos); }
77
78
void flip(uint8_t pos) { occupation ^= uint64_t{1} << (pos); }
79
Callers
3
insert_entry
Method · 0.45
rehash
Method · 0.45
insert_recurse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected