OR-Tools  8.2
hash.h File Reference

Go to the source code of this file.

Classes

struct  hash< std::pair< First, Second > >
 
struct  hash< std::array< T, N > >
 

Namespaces

namespace  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.
 
namespace  std
 STL namespace.
 
namespace  util_hash
 

Functions

static void mix (uint32 &a, uint32 &b, uint32 &c)
 
static void mix (uint64 &a, uint64 &b, uint64 &c)
 
uint32 Hash32NumWithSeed (uint32 num, uint32 c)
 
uint64 Hash64NumWithSeed (uint64 num, uint64 c)
 
uint64 Hash (uint64 num, uint64 c)
 
uint64 Hash (uint64 a, uint64 b, uint64 c)