![]() |
OR-Tools
9.6
|
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 | SetUnsafe (IntegerType index) |
| void | Clear (IntegerType index) |
| int | NumberOfSetCallsWithDifferentArguments () const |
| const std::vector< IntegerType > & | PositionsSetAtLeastOnce () const |
| void | NotifyAllClear () |
| Bitset64< IntegerType >::ConstView | const_view () const |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |