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

Provides implementation of a liner constraint function. More...

#include <algorithm>
#include <vector>
#include <cmath>
#include <limits>
#include <opengm/opengm.hxx>
#include <opengm/functions/function_registration.hxx>
#include <opengm/utilities/subsequence_iterator.hxx>
#include <opengm/datastructures/linear_constraint.hxx>
#include <opengm/functions/constraint_functions/linear_constraint_function_base.hxx>
+ Include dependency graph for linear_constraint_function.hxx:

Go to the source code of this file.

Classes

class  opengm::LinearConstraintFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 Default implementation of a linear constraint function class. More...
 
struct  opengm::LinearConstraintFunctionTraits< LinearConstraintFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >
 

Namespaces

 opengm
 The OpenGM namespace.
 

Detailed Description

Provides implementation of a liner constraint function.

Definition in file linear_constraint_function.hxx.