MCPcopy 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_entryMethod · 0.45
rehashMethod · 0.45
insert_recurseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected