|
openjij
Framework for the Ising model and QUBO.
|
#include <algorithm>#include <cassert>#include <cstddef>#include <type_traits>#include <unordered_map>#include <utility>#include "openjij/graph/graph.hpp"#include "openjij/graph/json/parse.hpp"#include "openjij/utility/pairhash.hpp"

Go to the source code of this file.
Classes | |
| class | openjij::graph::Sparse< FloatType > |
| Sparse graph: two-body intereactions with O(1) connectivity The Hamiltonian is like. More... | |
Namespaces | |
| namespace | openjij |
| namespace | openjij::graph |