Module differential_dataflow::algorithms::graphs::scc[][src]

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.