Gets the Floyd-Warshall matrix for the specified graph.
Namespace: TspAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static int[,] GetFloydWarshallM( Graph g ) |
Visual Basic |
---|
Public Shared Function GetFloydWarshallM ( _ g As Graph _ ) As Integer(,) |
Visual C++ |
---|
public: static array<int,2>^ GetFloydWarshallM( Graph^ g ) |
Parameters
- g
- Type: Tsp..::..Graph
The graph to get the adyacency matrix.