Implementation of the maximum flow algorithm for s-t-planar graphs by Alon Itai and Yossi Shiloach (See "Maximum Flow in Planar Networks", p.135, 1979, Society for Industrial and Applied Mathematics). More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/PriorityQueue.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/MaxFlowModule.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | ogdf::MaxFlowSTPlanarItaiShiloach< TCap > |
Computes a max flow in s-t-planar network via uppermost paths. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Implementation of the maximum flow algorithm for s-t-planar graphs by Alon Itai and Yossi Shiloach (See "Maximum Flow in Planar Networks", p.135, 1979, Society for Industrial and Applied Mathematics).
Definition in file MaxFlowSTPlanarItaiShiloach.h.