OR-Tools  8.1
bitmap.h File Reference

Go to the source code of this file.

Classes

class  Bitmap
 

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 operations_research::internal
 

Functions

uint64 OneBit64 (int pos)
 
uint64 BitPos64 (uint64 pos)
 
uint64 BitOffset64 (uint64 pos)
 
uint64 BitLength64 (uint64 size)
 
bool IsBitSet64 (const uint64 *const bitset, uint64 pos)
 
void SetBit64 (uint64 *const bitset, uint64 pos)
 
void ClearBit64 (uint64 *const bitset, uint64 pos)