public class SCC extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> List<Set<EntityNode<E>>> |
computeSCC(ReachabilityGraph<E> graph)
Computes the strongly connected components of a graph.
|
public static <E> List<Set<EntityNode<E>>> computeSCC(ReachabilityGraph<E> graph)
Copyright © 2019. All rights reserved.