Creates a new Adyacency Matrix corresponding to this Graph.

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

Syntax

C#
public int[,] CreateAdyMatrix()
Visual Basic
Public Function CreateAdyMatrix As Integer(,)
Visual C++
public:
array<int,2>^ CreateAdyMatrix()

Return Value

A new Adyacency Matrix that corresponds to this Graph.

See Also