OpenGM  2.3.x
Discrete Graphical Model Library
Public Types | Public Member Functions | Public Attributes | List of all members
opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS > Struct Template Reference

#include <combilp.hxx>

+ Inheritance diagram for opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >:
+ Collaboration diagram for opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >:

Public Types

typedef combilp_base::CombiLP_base_Parameter parent
 

Public Member Functions

 CombiLP_Parameter (const LPSOLVERPARAMETERS &lpsolverParameter=LPSOLVERPARAMETERS(), const REPARAMETRIZERPARAMETERS &repaParameter=REPARAMETRIZERPARAMETERS(), size_t maxNumberOfILPCycles=100, bool verbose=false, bool saveReparametrizedModel=false, const std::string &reparametrizedModelFileName="", bool singleReparametrization=true, bool saveProblemMasks=false, std::string maskFileNamePre="")
 
- Public Member Functions inherited from opengm::combilp_base::CombiLP_base_Parameter
 CombiLP_base_Parameter (size_t maxNumberOfILPCycles=100, bool verbose=false, const std::string &reparametrizedModelFileName="", bool singleReparametrization=true, bool saveProblemMasks=false, std::string maskFileNamePre="")
 
virtual ~CombiLP_base_Parameter ()
 

Public Attributes

LPSOLVERPARAMETERS lpsolverParameter_
 
REPARAMETRIZERPARAMETERS repaParameter_
 
- Public Attributes inherited from opengm::combilp_base::CombiLP_base_Parameter
size_t maxNumberOfILPCycles_
 
bool verbose_
 
std::string reparametrizedModelFileName_
 
bool singleReparametrization_
 
bool saveProblemMasks_
 
std::string maskFileNamePre_
 
size_t threads_
 

Detailed Description

template<class LPSOLVERPARAMETERS, class REPARAMETRIZERPARAMETERS>
struct opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >

Definition at line 365 of file combilp.hxx.

Member Typedef Documentation

template<class LPSOLVERPARAMETERS, class REPARAMETRIZERPARAMETERS>
typedef combilp_base::CombiLP_base_Parameter opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::parent

Definition at line 367 of file combilp.hxx.

Constructor & Destructor Documentation

template<class LPSOLVERPARAMETERS, class REPARAMETRIZERPARAMETERS>
opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::CombiLP_Parameter ( const LPSOLVERPARAMETERS &  lpsolverParameter = LPSOLVERPARAMETERS(),
const REPARAMETRIZERPARAMETERS &  repaParameter = REPARAMETRIZERPARAMETERS(),
size_t  maxNumberOfILPCycles = 100,
bool  verbose = false,
bool  saveReparametrizedModel = false,
const std::string &  reparametrizedModelFileName = "",
bool  singleReparametrization = true,
bool  saveProblemMasks = false,
std::string  maskFileNamePre = "" 
)
inline

Definition at line 368 of file combilp.hxx.

Member Data Documentation

template<class LPSOLVERPARAMETERS, class REPARAMETRIZERPARAMETERS>
LPSOLVERPARAMETERS opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::lpsolverParameter_

Definition at line 386 of file combilp.hxx.

template<class LPSOLVERPARAMETERS, class REPARAMETRIZERPARAMETERS>
REPARAMETRIZERPARAMETERS opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::repaParameter_

Definition at line 388 of file combilp.hxx.