OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Namespaces
linear_constraint.hxx File Reference

Provides implementation for class LinearConstraint. More...

#include <iterator>
#include <vector>
#include <opengm/datastructures/indicator_variable.hxx>
+ Include dependency graph for linear_constraint.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opengm::LinearConstraintTraits
 Traits class for LinearConstraint to provide template independent enum for ConstraintOperatorType. More...
 
struct  opengm::LinearConstraintTraits::LinearConstraintOperator
 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...
 
class  opengm::LinearConstraint< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 Define a linear constraint for a set of indicatorVariables. More...
 

Namespaces

 opengm
 The OpenGM namespace.
 

Detailed Description

Provides implementation for class LinearConstraint.

Definition in file linear_constraint.hxx.