|
OpenGM
2.3.x
Discrete Graphical Model Library
|
This struct is used to create an own scope for the LinearConstraintTraits::LinearConstraintOperator::ValueType enum as this is not done in C++ by default. More...
#include <linear_constraint.hxx>
Collaboration diagram for opengm::LinearConstraintTraits::LinearConstraintOperator:Public Types | |
| enum | ValueType { LessEqual, Equal, GreaterEqual } |
| This enum defines the operator type for the linear constraint. More... | |
This struct is used to create an own scope for the LinearConstraintTraits::LinearConstraintOperator::ValueType enum as this is not done in C++ by default.
Definition at line 17 of file linear_constraint.hxx.
This enum defines the operator type for the linear constraint.
Definition at line 17 of file linear_constraint.hxx.
1.8.9.1