#include <algorithm>
#include <vector>
#include <queue>
#include <utility>
#include <string>
#include <iostream>
#include <fstream>
#include <typeinfo>
#include <limits>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include "opengm/opengm.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/inference/visitors/visitor.hxx"
Go to the source code of this file.
Classes | |
class | opengm::PartitionMove< GM, ACC > |
Partition Move Currently Partition Move only implements the Kernighan-Lin-Algorithm. More... | |
struct | opengm::PartitionMove< GM, ACC >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |