Add a new node to this graph.

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

Syntax

C#
public void AddNode(
	int id,
	int numNodes
)
Visual Basic
Public Sub AddNode ( _
	id As Integer, _
	numNodes As Integer _
)
Visual C++
public:
void AddNode(
	int id, 
	int numNodes
)

Parameters

id
Type: System..::..Int32
The node identifier.
numNodes
Type: System..::..Int32

[Missing <param name="numNodes"/> documentation for "M:Tsp.Graph.AddNode(System.Int32,System.Int32)"]

See Also