Load this graph from the specified file.

Namespace: Tsp
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Load(
	string path
)
Visual Basic
Public Sub Load ( _
	path As String _
)
Visual C++
public:
void Load(
	String^ path
)

Parameters

path
Type: System..::..String
The filename containing graph data.

See Also