Max-Flow on s-t-planar graphs (s and t lie on the boundary of the outer face) via shortest paths in the dual. More...
#include <ogdf/basic/CombinatorialEmbedding.h>#include <ogdf/basic/DualGraph.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/extended_graph_alg.h>#include <ogdf/basic/simple_graph_alg.h>#include <ogdf/graphalg/Dijkstra.h>#include <ogdf/graphalg/MaxFlowModule.h>#include <limits>Go to the source code of this file.
Classes | |
| class | ogdf::MaxFlowSTPlanarDigraph< TCap > |
| Computes a max flow in s-t-planar network via dual shortest paths. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Max-Flow on s-t-planar graphs (s and t lie on the boundary of the outer face) via shortest paths in the dual.
See [Ahuja, Magnanti, Orlin: Network Flows. Section 8.4]. Runtime: O(V log V).
Definition in file MaxFlowSTPlanarDigraph.h.