OpenGM  2.3.x
Discrete Graphical Model Library
lp_solver_interface_old.hxx
Go to the documentation of this file.
1 #pragma once
2 #ifndef OPENGM_LP_SOLVER_INTERFACE_HXX
3 #define OPENGM_LP_SOLVER_INTERFACE_HXX
4 
5 namespace opengm{
6 
8  public:
9  enum LpVarType{
10  Continous = 0,
11  Binary = 1,
12  Integer = 2
13  };
14  };
15 }
16 
17 #endif
18 
19 
20 
21 
The OpenGM namespace.
Definition: config.hxx:43