OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::PrimalLPBound_Parameter< ValueType > Struct Template Reference

#include <primal_lpbound.hxx>

+ Collaboration diagram for opengm::PrimalLPBound_Parameter< ValueType >:

Public Member Functions

 PrimalLPBound_Parameter (ValueType relativePrecision, size_t maxIterationNumber)
 

Public Attributes

ValueType relativePrecision_
 
size_t maxIterationNumber_
 

Detailed Description

template<class ValueType>
struct opengm::PrimalLPBound_Parameter< ValueType >

Definition at line 35 of file primal_lpbound.hxx.

Constructor & Destructor Documentation

template<class ValueType >
opengm::PrimalLPBound_Parameter< ValueType >::PrimalLPBound_Parameter ( ValueType  relativePrecision,
size_t  maxIterationNumber 
)
inline

Definition at line 37 of file primal_lpbound.hxx.

Member Data Documentation

template<class ValueType >
size_t opengm::PrimalLPBound_Parameter< ValueType >::maxIterationNumber_

Definition at line 43 of file primal_lpbound.hxx.

template<class ValueType >
ValueType opengm::PrimalLPBound_Parameter< ValueType >::relativePrecision_

Definition at line 40 of file primal_lpbound.hxx.