![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <bitset.h>
Public Member Functions | |
| SparseBitset () | |
| SparseBitset (IntegerType size) | |
| SparseBitset (const SparseBitset &)=delete | |
| SparseBitset & | operator= (const SparseBitset &)=delete |
| IntegerType | size () const |
| void | ResetAllToFalse () |
| void | ClearAndResize (IntegerType size) |
| void | Resize (IntegerType size) |
| bool | operator[] (IntegerType index) const |
| void | Set (IntegerType index) |
| void | CopyFrom (const SparseBitset &other) |
| Bitset64< IntegerType >::View | BitsetView () |
| Bitset64< IntegerType >::ConstView | BitsetConstView () |
| void | SetUnsafe (typename Bitset64< IntegerType >::View view, 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 |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |