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

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  util_hash
 

Functions

uint64_t operations_research::fasthash64 (const void *buf, size_t len, uint64_t seed)
 
static void operations_research::mix (uint64_t &a, uint64_t &b, uint64_t &c)
 64 bit version.
 
uint64_t util_hash::Hash (uint64_t num, uint64_t c)
 
uint64_t util_hash::Hash (uint64_t a, uint64_t b, uint64_t c)