Click or drag to resize
FlowEdge Constructor (Int32, Int32, Double, Double)
Initializes an edge from vertex v to vertex w with the given capacity and flow.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionif either v or w is a negative integer
ArgumentExceptionif capacity is negative
ArgumentExceptionunless flow is between 0.0 and capacity.
See Also