openjij
Framework for the Ising model and QUBO.
|
Graph class to represent polynomial unconstrained binary model or Ising model with polynomial interactions. More...
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <cimod/binary_polynomial_model.hpp>
#include "openjij/graph/graph.hpp"
#include "openjij/graph/json/parse.hpp"
#include "openjij/utility/index_type.hpp"
#include "openjij/utility/pairhash.hpp"
Go to the source code of this file.
Classes | |
class | openjij::graph::Polynomial< FloatType > |
Polynomial graph class, which can treat many-body interactions. More... | |
Namespaces | |
namespace | openjij |
namespace | openjij::graph |
Graph class to represent polynomial unconstrained binary model or Ising model with polynomial interactions.