|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <combilp.hxx>
Inheritance diagram for opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >:
Collaboration diagram for opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >:Public Types | |
| typedef ACC | AccumulationType |
| typedef GM | GraphicalModelType |
| typedef CombiLP_base_Parameter | Parameter |
| typedef LPREPARAMETRIZER | ReparametrizerType |
| typedef ReparametrizerType::MaskType | MaskType |
| typedef opengm::GraphicalModelManipulator< typename ReparametrizerType::ReparametrizedGMType > | GMManipulatorType |
| typedef LPCplex< typename GMManipulatorType::MGM, Minimizer > | LPCPLEX |
Public Member Functions | |
| CombiLP_base (LPREPARAMETRIZER &reparametrizer, const Parameter ¶m) | |
| virtual | ~CombiLP_base () |
| const GraphicalModelType & | graphicalModel () const |
| template<class VISITORWRAPPER > | |
| InferenceTermination | infer (MaskType &mask, const std::vector< LabelType > &lp_labeling, VISITORWRAPPER &vis) |
| InferenceTermination | arg (std::vector< LabelType > &out, const size_t=1) const |
| ValueType | value () const |
| ValueType | bound () const |
| void | ReparametrizeAndSave () |
Public Attributes | |
| OPENGM_GM_TYPE_TYPEDEFS | |
Definition at line 136 of file combilp.hxx.
| typedef ACC opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::AccumulationType |
Definition at line 139 of file combilp.hxx.
| typedef opengm::GraphicalModelManipulator<typename ReparametrizerType::ReparametrizedGMType> opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::GMManipulatorType |
Definition at line 148 of file combilp.hxx.
| typedef GM opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::GraphicalModelType |
Definition at line 140 of file combilp.hxx.
| typedef LPCplex<typename GMManipulatorType::MGM, Minimizer> opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::LPCPLEX |
Definition at line 150 of file combilp.hxx.
| typedef ReparametrizerType::MaskType opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::MaskType |
Definition at line 146 of file combilp.hxx.
| typedef CombiLP_base_Parameter opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::Parameter |
Definition at line 144 of file combilp.hxx.
| typedef LPREPARAMETRIZER opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::ReparametrizerType |
Definition at line 145 of file combilp.hxx.
| opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::CombiLP_base | ( | LPREPARAMETRIZER & | reparametrizer, |
| const Parameter & | param | ||
| ) |
Definition at line 187 of file combilp.hxx.
|
inlinevirtual |
Definition at line 157 of file combilp.hxx.
|
inline |
Definition at line 163 of file combilp.hxx.
|
inline |
Definition at line 170 of file combilp.hxx.
|
inline |
Definition at line 159 of file combilp.hxx.
| InferenceTermination opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::infer | ( | MaskType & | mask, |
| const std::vector< LabelType > & | lp_labeling, | ||
| VISITORWRAPPER & | vis | ||
| ) |
| void opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::ReparametrizeAndSave | ( | ) |
Definition at line 355 of file combilp.hxx.
|
inline |
Definition at line 169 of file combilp.hxx.
| opengm::combilp_base::CombiLP_base< GM, ACC, LPREPARAMETRIZER >::OPENGM_GM_TYPE_TYPEDEFS |
Definition at line 142 of file combilp.hxx.
1.8.9.1