Click or drag to resize

GraphFastEdgeAdd Method (ListTupleInt32, Int32)

Adds multiple edges

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public override void EdgeAdd(
	List<Tuple<int, int>> edges
)

Parameters

edges
Type: System.Collections.GenericListTupleInt32, Int32
List of pairs of nodes
See Also