#include <vector>
#include <string>
#include <list>
#include <limits>
#include <exception>
#include "opengm/opengm.hxx"
Go to the source code of this file.
Classes | |
class | opengm::Inference< GM, ACC > |
Inference algorithm interface. More... | |
Namespaces | |
namespace | opengm |
The OpenGM namespace. | |
Defines | |
#define | OPENGM_GM_TYPE_TYPEDEFS |
Enumerations | |
enum | opengm::InferenceTermination { opengm::UNKNOWN = 0, opengm::NORMAL = 1, opengm::TIMEOUT = 2, opengm::CONVERGENCE = 3, opengm::INFERENCE_ERROR = 4 } |
#define OPENGM_GM_TYPE_TYPEDEFS |
typedef typename GraphicalModelType::LabelType LabelType; \ typedef typename GraphicalModelType::IndexType IndexType; \ typedef typename GraphicalModelType::ValueType ValueType; \ typedef typename GraphicalModelType::OperatorType OperatorType; \ typedef typename GraphicalModelType::FactorType FactorType; \ typedef typename GraphicalModelType::IndependentFactorType IndependentFactorType; \ typedef typename GraphicalModelType::FunctionIdentifier FunctionIdentifier \
Definition at line 13 of file inference.hxx.