Definition in file graph_wrapper.h.#include <lemon/invalid.h>
#include <lemon/maps.h>
#include <lemon/map_defines.h>
#include <iostream>
Include dependency graph for graph_wrapper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | GraphWrapper |
Base type for the Graph Wrappers. More... | |
class | RevGraphWrapper |
A graph wrapper which reverses the orientation of the edges. More... | |
class | SubGraphWrapper |
A graph wrapper for hiding nodes and edges from a graph. More... | |
class | SubBidirGraphWrapper |
A wrapper for composing a subgraph of a bidirected graph made from a directed one. More... | |
class | SubBidirGraphWrapper::Edge |
class | SubBidirGraphWrapper::EdgeMap |
class | BidirGraphWrapper |
A wrapper for composing bidirected graph from a directed one. More... | |
class | BidirGraph |
A bidirected graph template. More... | |
class | ResGraphWrapper |
A wrapper for composing the residual graph for directed flow and circulation problems. More... | |
class | ResGraphWrapper::ResCap |
Residual capacity map. More... | |
class | ErasingFirstGraphWrapper |
For blocking flows. More... |