openjij
Framework for the Ising model and QUBO.
|
#include <cstddef>
#include <random>
#include <vector>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | openjij::graph::Graph |
Abstract graph class. More... | |
Namespaces | |
namespace | openjij |
namespace | openjij::graph |
Typedefs | |
using | openjij::graph::Spin = int |
using | openjij::graph::Spins = std::vector< Spin > |
using | openjij::graph::Binary = int |
using | openjij::graph::Binaries = std::vector< Binary > |
using | openjij::graph::Index = std::size_t |
using | openjij::graph::Nodes = std::vector< Index > |