Package | Description |
---|---|
ptolemy.graph.analysis |
Graph analysis classes.
|
ptolemy.graph.analysis.strategy |
The ptolemy.graph.analysis.strategy package.
|
Constructor and Description |
---|
CycleExistenceAnalysis(CycleExistenceAnalyzer analyzer)
Construct an instance of this class with a given analyzer.
|
Modifier and Type | Class and Description |
---|---|
class |
FloydWarshallCycleExistenceStrategy
Computation of cycle existence in directed graphs using an all pair shortest
path algorithm based on the Floyd-Warshall algorithm.
|