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.
pub fn symm_par(
graph: impl RandomAccessGraph + Sync,
thread_pool: &ThreadPool,
pl: &mut impl ConcurrentProgressLog,
) -> Sccs
Connected components of symmetric graphs by parallel visits.