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 ghStorage,
                   EdgeFilter edgeFilter,
                   boolean ignoreSingleEntries) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<com.carrotsearch.hppc.IntArrayList> | findComponents()Find and return list of all strongly connected components in g. | 
| GHBitSet | getIgnoreSet() | 
public TarjansSCCAlgorithm(GraphHopperStorage ghStorage, EdgeFilter edgeFilter, boolean ignoreSingleEntries)
Copyright © 2012–2019. All rights reserved.