Package net.automatalib.util.graph.scc
-
Interface Summary Interface Description SCCListener<N> -
Class Summary Class Description SCCCollector<N> SCCs Algorithms for finding strongly-connected components (SCCs) in a graph.TarjanSCCRecord TarjanSCCVisitor<N,E> Depth-first traversal visitor realizing Tarjan's algorithm for finding all strongly-connected components (SCCs) in a graph.