The Utils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ApplyFloydWarshall |
Apply the Floyd-Warshall algorithm to the specified adyacency matrix.
So, the matrix will contains the shortest possible length between each node.
|
![]() ![]() | Copy |
Creates a new copy of the specified matrix.
|
![]() ![]() | GetFloydWarshallM(Graph) |
Gets the Floyd-Warshall matrix for the specified graph.
|
![]() ![]() | GetFloydWarshallM(Graph, array<Int32>[]()[][]) |
Gets the Floyd-Warshall matrix for the specified graph avoiding a set of nodes.
|
![]() ![]() |
Print to console the specified matrix.
| |
![]() ![]() | Reduce |
Reduce the specified matrix and returns the reduced value.
|