openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
polynomial.hpp File Reference

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"
Include dependency graph for polynomial.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Graph class to represent polynomial unconstrained binary model or Ising model with polynomial interactions.

Date
2021-03-11