Click or drag to resize
FordFulkerson Constructor
Compute a maximum flow and minimum cut in the network G from vertex s to vertex t.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless 0 <= s < V
IndexOutOfRangeExceptionunless 0 <= t < V
ArgumentExceptionif s = t
ArgumentExceptionif initial flow is infeasible
See Also