|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#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_ |
Definition at line 365 of file combilp.hxx.
| typedef combilp_base::CombiLP_base_Parameter opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::parent |
Definition at line 367 of file combilp.hxx.
|
inline |
Definition at line 368 of file combilp.hxx.
| LPSOLVERPARAMETERS opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::lpsolverParameter_ |
Definition at line 386 of file combilp.hxx.
| REPARAMETRIZERPARAMETERS opengm::CombiLP_Parameter< LPSOLVERPARAMETERS, REPARAMETRIZERPARAMETERS >::repaParameter_ |
Definition at line 388 of file combilp.hxx.
1.8.9.1