#include <vector>
#include <algorithm>
#include <string>
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cmath>
#include <queue>
#include "opengm/opengm.hxx"
#include "opengm/utilities/random.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/inference/movemaker.hxx"
#include "opengm/inference/astar.hxx"
#include "opengm/inference/visitors/visitor.hxx"
Go to the source code of this file.
Classes | |
class | opengm::LOC< GM, ACC > |
LOC Algorithm K. Jung, P. Kohli and D. Shah, "Local Rules for Global MAP: When Do They Work?", NIPS 2009. More... | |
class | opengm::LOC< GM, ACC >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |