Skip to main content

strongly_connected

Function strongly_connected 

Source
pub fn strongly_connected<'scope, T, N, R>(
    graph: VecCollection<'scope, T, (N, N), R>,
) -> VecCollection<'scope, T, (N, N), R>
where T: Timestamp + Lattice + Ord + Hash, N: ExchangeData + Hash, R: ExchangeData + Abelian + Multiply<R, Output = R> + From<i8>,
Expand description

Returns the subset of edges in the same strongly connected component.