Class FordFulkersonAlgorithm

java.lang.Object
org.graphstream.algorithm.flow.FlowAlgorithmBase
org.graphstream.algorithm.flow.FordFulkersonAlgorithm
All Implemented Interfaces:
Algorithm, FlowAlgorithm
Direct Known Subclasses:
EdmondsKarpAlgorithm

public class FordFulkersonAlgorithm
extends FlowAlgorithmBase
The Ford-Fulkerson algorithm to compute maximum flow.
Computational Complexity :
O(Ef), where E is the number of edges in the graph and f is the maximum flow in the graph
Scientific Reference :
Ford, L. R.; Fulkerson, D. R. (1956). "Maximal flow through a network". Canadian Journal of Mathematics 8: 399–404