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

 Parameter ()
 constructor More...
 

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 39 of file external/qpbo.hxx.

Constructor & Destructor Documentation

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

constructor

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

Member Data Documentation

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

initial configuration for improving

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

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

forcing strong persistency

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

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

using improving technique

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

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

using probeing technique

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