Function symm_par

Source
pub fn symm_par(
    graph: impl RandomAccessGraph + Sync,
    thread_pool: &ThreadPool,
    pl: &mut impl ConcurrentProgressLog,
) -> Sccs
Expand description

Connected components of symmetric graphs by parallel visits.