Click or drag to resize

GraphFastReadPajek Method

Creates graph from Pajek file

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public override void ReadPajek(
	string path
)

Parameters

path
Type: SystemString
Path to the file
See Also