Click or drag to resize
DirectedGraphTVertex, TEdgeTransitiveClosure Method
Returns the transitive closure of this graph using the Floyd-Warshall algorithm. See http://en.wikipedia.org/wiki/Transitive_closure and http://en.wikipedia.org/wiki/Floyd-Warshall_algorithm.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public virtual DirectedGraph<TVertex, TEdge> TransitiveClosure()

Return Value

Type: DirectedGraphTVertex, TEdge
The transitive closure of this graph.
See Also