![]() |
OR-Tools
8.2
|
Public Member Functions | |
SparseBitset () | |
SparseBitset (IntegerType size) | |
IntegerType | size () const |
void | SparseClearAll () |
void | ClearAll () |
void | ClearAndResize (IntegerType size) |
void | Resize (IntegerType size) |
bool | operator[] (IntegerType index) const |
void | Set (IntegerType index) |
void | Clear (IntegerType index) |
int | NumberOfSetCallsWithDifferentArguments () const |
const std::vector< IntegerType > & | PositionsSetAtLeastOnce () const |
void | NotifyAllClear () |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |