Module scc

Module scc 

Source
Expand description

Strongly connected component structure.

Functionsยง

strongly_connected
Returns the subset of edges in the same strongly connected component.
trim
Iteratively removes nodes with no in-edges.