#include <queue>
#include <cassert>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/one_bit_color_map.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/typeof/typeof.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/edmonds_karp_max_flow.hpp>
#include <boost/graph/push_relabel_max_flow.hpp>
#include <boost/graph/boykov_kolmogorov_max_flow.hpp>
Go to the source code of this file.
Classes | |
class | opengm::MinSTCutBoost< NType, VType, mfalg > |
Boost solvers for the min st-cut framework GraphCut. More... | |
Namespaces | |
namespace | opengm |
The OpenGM namespace. | |
Defines | |
#define | USED_BOOST_DISABLE_ASSERTS |
Enumerations | |
enum | opengm::BoostMaxFlowAlgorithm { opengm::PUSH_RELABEL, opengm::EDMONDS_KARP, opengm::KOLMOGOROV } |
#define USED_BOOST_DISABLE_ASSERTS |
Definition at line 7 of file minstcutboost.hxx.