#include <vector>
#include <map>
#include <list>
#include <set>
#include "opengm/opengm.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/inference/messagepassing/messagepassing_trbp.hxx"
#include "opengm/inference/messagepassing/messagepassing_bp.hxx"
#include "opengm/utilities/tribool.hxx"
#include "opengm/utilities/metaprogramming.hxx"
#include "opengm/operations/maximizer.hxx"
#include "opengm/inference/visitors/visitor.hxx"
Go to the source code of this file.
Classes | |
struct | opengm::MaxDistance |
MaxDistance. More... | |
class | opengm::MessagePassing< GM, ACC, UPDATE_RULES, DIST > |
A framework for message passing algorithms Cf. F. R. Kschischang, B. J. Frey and H.-A. Loeliger, "Factor Graphs and the Sum-Product Algorithm", IEEE Transactions on Information Theory 47:498-519, 2001. More... | |
struct | opengm::MessagePassing< GM, ACC, UPDATE_RULES, DIST >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |