OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::external::QPBO< GM >::Parameter Struct Reference

Parameter for opengm::external::QPBO. More...

#include <qpbo.hxx>

+ Collaboration diagram for opengm::external::QPBO< GM >::Parameter:

Public Member Functions

template<class P >
 Parameter (const P &p)
 constructor More...
 
 Parameter ()
 

Public Attributes

bool useProbeing_
 using probeing technique More...
 
bool strongPersistency_
 forcing strong persistency More...
 
bool useImproveing_
 using improving technique More...
 
std::vector< size_tlabel_
 initial configuration for improving More...
 

Detailed Description

template<class GM>
struct opengm::external::QPBO< GM >::Parameter

Parameter for opengm::external::QPBO.

Definition at line 51 of file external/qpbo.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM >
template<class P >
opengm::external::QPBO< GM >::Parameter::Parameter ( const P &  p)
inline

constructor

Definition at line 63 of file external/qpbo.hxx.

§ Parameter() [2/2]

template<class GM >
opengm::external::QPBO< GM >::Parameter::Parameter ( )
inline

Definition at line 73 of file external/qpbo.hxx.

+ Here is the call graph for this function:

Member Data Documentation

§ label_

template<class GM >
std::vector<size_t> opengm::external::QPBO< GM >::Parameter::label_

initial configuration for improving

Definition at line 59 of file external/qpbo.hxx.

§ strongPersistency_

template<class GM >
bool opengm::external::QPBO< GM >::Parameter::strongPersistency_

forcing strong persistency

Definition at line 55 of file external/qpbo.hxx.

§ useImproveing_

template<class GM >
bool opengm::external::QPBO< GM >::Parameter::useImproveing_

using improving technique

Definition at line 57 of file external/qpbo.hxx.

§ useProbeing_

template<class GM >
bool opengm::external::QPBO< GM >::Parameter::useProbeing_

using probeing technique

Definition at line 53 of file external/qpbo.hxx.