|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Traits class for linear constraint functions. More...
#include <linear_constraint_function_base.hxx>
Collaboration diagram for opengm::LinearConstraintFunctionTraits< LINEAR_CONSTRAINT_FUNCTION_TYPE >:Traits class for linear constraint functions.
Each linear constraint function has to provide a template specialization of this function to provide appropriate typedefs. The following types have to be defined:
| LINEAR_CONSTRAINT_FUNCTION_TYPE | The linear constraint function type. |
Definition at line 12 of file linear_constraint_function_base.hxx.
1.8.9.1