openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
get_solution.hpp File Reference
#include <algorithm>
#include <cmath>
#include <limits>
#include "openjij/graph/all.hpp"
#include "openjij/system/all.hpp"
Include dependency graph for get_solution.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openjij
 
namespace  openjij::result
 

Functions

template<typename GraphType >
const graph::Spins openjij::result::get_solution (const system::ClassicalIsing< GraphType > &system)
 get solution of classical ising system
 
template<typename GraphType >
const graph::Spins openjij::result::get_solution (const system::TransverseIsing< GraphType > &system)
 get solution of transverse ising system
 
template<typename GraphType >
const graph::Spins openjij::result::get_solution (const system::ClassicalIsingPolynomial< GraphType > &system)
 
template<typename GraphType >
const graph::Spins openjij::result::get_solution (const system::KLocalPolynomial< GraphType > &system)
 
template<typename GraphType >
graph::Spins openjij::result::get_solution (const system::ContinuousTimeIsing< GraphType > &system)
 get solution of continuous time Ising system