Package | Description |
---|---|
ptolemy.graph.analysis.strategy |
The ptolemy.graph.analysis.strategy package.
|
Modifier and Type | Class and Description |
---|---|
class |
FloydWarshallAllPairShortestPathStrategy
Computation of the all pair shortest path of a directed graph using the
Floyd-Warshall algorithm.
|
class |
FloydWarshallTransitiveClosureStrategy
Computation of transitive closure of a directed graph using the
Floyd-Warshall algorithm described in:
Thomas H.
|