public class TarjansSCCAlgorithm extends Object
See http://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm. See http://www.timl.id.au/?p=327 and http://homepages.ecs.vuw.ac.nz/~djp/files/P05.pdf
Constructor and Description |
---|
TarjansSCCAlgorithm(GraphHopperStorage graph,
GHBitSet ignoreSet,
EdgeFilter edgeFilter) |
Modifier and Type | Method and Description |
---|---|
List<gnu.trove.list.array.TIntArrayList> |
findComponents()
Find and return list of all strongly connected components in g.
|
public TarjansSCCAlgorithm(GraphHopperStorage graph, GHBitSet ignoreSet, EdgeFilter edgeFilter)
public List<gnu.trove.list.array.TIntArrayList> findComponents()
Copyright © 2012–2016. All rights reserved.