|
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 <Eigen/Sparse>#include "openjij/utility/disable_eigen_warning.hpp"

Go to the source code of this file.
Classes | |
| class | openjij::graph::CSRSparse< FloatType > |
| CSRSparse graph: just store CSR Sparse Matrix (Eigen::Sparse) The Hamiltonian is like. More... | |
Namespaces | |
| namespace | openjij |
| namespace | openjij::graph |