OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::MQPBO< GM, ACC >::Parameter Class Reference

#include <mqpbo.hxx>

+ Collaboration diagram for opengm::MQPBO< GM, ACC >::Parameter:

Public Member Functions

 Parameter ()
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

std::vector< LabelTypelabel_
 
bool useKovtunsMethod_
 
const bool probing_
 
bool strongPersistency_
 
size_t rounds_
 
PermutationType permutationType_
 

Detailed Description

template<class GM, class ACC>
class opengm::MQPBO< GM, ACC >::Parameter

Definition at line 63 of file mqpbo.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM, class ACC>
opengm::MQPBO< GM, ACC >::Parameter::Parameter ( )
inline

Definition at line 65 of file mqpbo.hxx.

§ Parameter() [2/2]

template<class GM, class ACC>
template<class P >
opengm::MQPBO< GM, ACC >::Parameter::Parameter ( const P &  p)
inline

Definition at line 69 of file mqpbo.hxx.

Member Data Documentation

§ label_

template<class GM, class ACC>
std::vector<LabelType> opengm::MQPBO< GM, ACC >::Parameter::label_

Definition at line 79 of file mqpbo.hxx.

§ permutationType_

template<class GM, class ACC>
PermutationType opengm::MQPBO< GM, ACC >::Parameter::permutationType_

Definition at line 84 of file mqpbo.hxx.

§ probing_

template<class GM, class ACC>
const bool opengm::MQPBO< GM, ACC >::Parameter::probing_

Definition at line 81 of file mqpbo.hxx.

§ rounds_

template<class GM, class ACC>
size_t opengm::MQPBO< GM, ACC >::Parameter::rounds_

Definition at line 83 of file mqpbo.hxx.

§ strongPersistency_

template<class GM, class ACC>
bool opengm::MQPBO< GM, ACC >::Parameter::strongPersistency_

Definition at line 82 of file mqpbo.hxx.

§ useKovtunsMethod_

template<class GM, class ACC>
bool opengm::MQPBO< GM, ACC >::Parameter::useKovtunsMethod_

Definition at line 80 of file mqpbo.hxx.