The Utils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberApplyFloydWarshall
Apply the Floyd-Warshall algorithm to the specified adyacency matrix. So, the matrix will contains the shortest possible length between each node.
Public methodStatic memberCopy
Creates a new copy of the specified matrix.
Public methodStatic memberGetFloydWarshallM(Graph)
Gets the Floyd-Warshall matrix for the specified graph.
Public methodStatic memberGetFloydWarshallM(Graph, array<Int32>[]()[][])
Gets the Floyd-Warshall matrix for the specified graph avoiding a set of nodes.
Public methodStatic memberPrint
Print to console the specified matrix.
Public methodStatic memberReduce
Reduce the specified matrix and returns the reduced value.

See Also