Click or drag to resize
FlowNetworkAddEdge Method
Adds the edge e to the network.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddEdge(
	FlowEdge e
)

Parameters

e
Type: Algs4NetFlowEdge
the edge
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless endpoints of edge are between 0 and V-1
See Also