Function differential_dataflow::algorithms::graphs::scc::strongly_connected
source ยท pub fn strongly_connected<G, N, R>(
graph: &Collection<G, (N, N), R>,
) -> Collection<G, (N, N), R>
Expand description
Returns the subset of edges in the same strongly connected component.