|
openjij
Framework for the Ising model and QUBO.
|
#include <cstddef>#include <unordered_map>#include <utility>#include "openjij/graph/graph.hpp"#include "./index_type.hpp"

Go to the source code of this file.
Classes | |
| struct | openjij::utility::PairHash |
| hash class for std::pair More... | |
| struct | openjij::utility::IndexHash |
| Hash struct of IndexType. More... | |
| struct | openjij::utility::IndexVectorHash |
| Hash struct of std::vector<AnyIndexType>. More... | |
| struct | openjij::utility::VectorHash |
| Hash struct of std::vector<T>. More... | |
| struct | openjij::utility::IndexPairHash |
| Hash struct of std::pair<IndexType>. More... | |
Namespaces | |
| namespace | openjij |
| namespace | openjij::utility |