|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <set>#include <string>#include <iostream>#include <stdexcept>#include <list>#include "opengm/opengm.hxx"#include "opengm/inference/inference.hxx"#include "opengm/inference/movemaker.hxx"#include "opengm/inference/visitors/visitors.hxx"#include "opengm/operations/minimizer.hxx"#include "opengm/utilities/tribool.hxx"
Include dependency graph for lazyflipper.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | opengm::LazyFlipper< GM, ACC > |
| A generalization of ICM B. Andres, J. H. Kappes, U. Koethe and Hamprecht F. A., The Lazy Flipper: MAP Inference in Higher-Order Graphical Models by Depth-limited Exhaustive Search, Technical Report, 2010, http://arxiv.org/abs/1009.4102. More... | |
| struct | opengm::LazyFlipper< GM, ACC >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_LAZYFLIPPER_HXX |
| #define OPENGM_LAZYFLIPPER_HXX |
Definition at line 3 of file lazyflipper.hxx.
1.8.9.1