largest SCC
The largest strongly connected component, by size. Ties are broken by the order SCCs are emitted by stronglyConnectedComponents (reverse topological order of the condensation). Returns an empty set if the network has no edges.
The largest strongly connected component, by size. Ties are broken by the order SCCs are emitted by stronglyConnectedComponents (reverse topological order of the condensation). Returns an empty set if the network has no edges.