#include <solver_output.hpp>
|
CUDA | SolverOutput (const Allocator &alloc) |
|
CUDA | SolverOutput (const Allocator &alloc, OutputType outputType) |
|
| SolverOutput (SolverOutput &&)=default |
|
SolverOutput< Allocator > & | operator= (const SolverOutput< Allocator > &)=default |
|
template<class Alloc > |
CUDA SolverOutput< Allocator > & | operator= (const SolverOutput< Alloc > &other) |
|
template<class Alloc2 > |
CUDA | SolverOutput (const SolverOutput< Alloc2 > &other, const Allocator &allocator=Allocator{}) |
|
void | add_array_var (const std::string &name, const bstring &var_name, const peg::SemanticValues &sv) |
|
void | add_var (const bstring &var_name) |
|
bvector< bstring > | getOutputVars () |
|
template<class Env , class A , class S > |
CUDA void | print_solution_flat_zinc (const Env &env, const A &sol, const S &simplifier=SimplifierIdentity{}) const |
|
template<class Env , class A , class S > |
CUDA void | print_solution_xml (const Env &env, const A &sol, const S &simplifier=SimplifierIdentity{}) const |
|
template<class Env , class A , class S > |
CUDA void | print_solution (const Env &env, const A &sol, const S &simplifier=SimplifierIdentity{}) const |
|
◆ SolverOutput() [1/4]
template<class Allocator >
◆ SolverOutput() [2/4]
template<class Allocator >
◆ SolverOutput() [3/4]
template<class Allocator >
◆ SolverOutput() [4/4]
template<class Allocator >
template<class Alloc2 >
◆ operator=() [1/2]
template<class Allocator >
◆ operator=() [2/2]
template<class Allocator >
template<class Alloc >
◆ add_array_var()
template<class Allocator >
void lala::SolverOutput< Allocator >::add_array_var |
( |
const std::string & | name, |
|
|
const bstring & | var_name, |
|
|
const peg::SemanticValues & | sv ) |
|
inline |
◆ add_var()
template<class Allocator >
◆ getOutputVars()
template<class Allocator >
◆ print_solution_flat_zinc()
template<class Allocator >
template<class Env , class A , class S >
◆ print_solution_xml()
template<class Allocator >
template<class Env , class A , class S >
◆ print_solution()
template<class Allocator >
template<class Env , class A , class S >
◆ SolverOutput
template<class Allocator >
template<class Alloc2 >
The documentation for this class was generated from the following file: