FordFulkerson Constructor |
Namespace: Algs4Net
public FordFulkerson( FlowNetwork G, int s, int t )
Exception | Condition |
---|---|
IndexOutOfRangeException | unless 0 <= s < V |
IndexOutOfRangeException | unless 0 <= t < V |
ArgumentException | if s = t |
ArgumentException | if initial flow is infeasible |