cimod
C++ library for a binary (and polynomial) quadratic model.
|
#include <cstdint>
#include <iostream>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | std::hash< std::tuple< TupleArgs... > > |
struct | cimod::pair_hash |
Hash function for std::unordered_map. More... | |
struct | cimod::vector_hash |
Namespaces | |
cimod | |
Functions | |
template<typename T > | |
void | hash_combine (std::size_t &seed, const T &val) |
|
inline |