![]() |
OR-Tools
9.2
|
Go to the source code of this file.
Classes | |
| class | Bitmap |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::internal |
Functions | |
| uint64_t | OneBit64 (int pos) |
| uint64_t | BitPos64 (uint64_t pos) |
| uint64_t | BitOffset64 (uint64_t pos) |
| uint64_t | BitLength64 (uint64_t size) |
| bool | IsBitSet64 (const uint64_t *const bitset, uint64_t pos) |
| void | SetBit64 (uint64_t *const bitset, uint64_t pos) |
| void | ClearBit64 (uint64_t *const bitset, uint64_t pos) |