Click or drag to resize

BaseGraphReadEdgeList Method

Creates graph from Edge list file

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract void ReadEdgeList(
	string path
)

Parameters

path
Type: SystemString
Path to the file
See Also