Implementation of Edmonds-Karp max-flow algorithm. Runtime O( |E|^2 * |V| ) More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/MaxFlowModule.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | ogdf::MaxFlowEdmondsKarp< TCap > |
Computes a max flow via Edmonds-Karp. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Implementation of Edmonds-Karp max-flow algorithm. Runtime O( |E|^2 * |V| )
Definition in file MaxFlowEdmondsKarp.h.