OR-Tools  9.1
bitmap.h File Reference

Go to the source code of this file.

Classes

class  Bitmap
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 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)