Click or drag to resize
AdjMatrixEdgeWeightedDigraphAddEdge Method
Adds the directed edge e to the edge-weighted digraph (if there is not already an edge with the same endpoints).

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

Parameters

e
Type: Algs4NetDirectedEdge
the edge
See Also