Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
bitmap.h File Reference
#include <cassert>
#include <cstdint>
#include <cstring>

Go to the source code of this file.

Classes

class  operations_research::Bitmap
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::internal
 End of the interface. Below is the implementation.
 

Functions

uint64_t operations_research::internal::OneBit64 (int pos)
 
uint64_t operations_research::internal::BitPos64 (uint64_t pos)
 
uint64_t operations_research::internal::BitOffset64 (uint64_t pos)
 
uint64_t operations_research::internal::BitLength64 (uint64_t size)
 
bool operations_research::internal::IsBitSet64 (const uint64_t *const bitset, uint64_t pos)
 
void operations_research::internal::SetBit64 (uint64_t *const bitset, uint64_t pos)
 
void operations_research::internal::ClearBit64 (uint64_t *const bitset, uint64_t pos)