|
openjij
Framework for the Ising model and QUBO.
|
#include <cstddef>#include <cstdint>#include <type_traits>#include <utility>#include <exception>#include "openjij/graph/sparse.hpp"

Go to the source code of this file.
Classes | |
| class | openjij::graph::Square< FloatType > |
| square lattice graph More... | |
Namespaces | |
| namespace | openjij |
| namespace | openjij::graph |
Typedefs | |
| using | openjij::graph::RowColumn = std::pair< std::size_t, std::size_t > |
| Row x Column type. | |
Enumerations | |
| enum class | openjij::graph::Dir { openjij::graph::PLUS_R , openjij::graph::MINUS_R , openjij::graph::PLUS_C , openjij::graph::MINUS_C } |
| direction enum class More... | |