Function count_paths::count_paths

source ·
pub(crate) fn count_paths<G>(graph: G, batch_size: usize) -> Result<()>where
    G: SwhForwardGraph + SwhBackwardGraph + SwhGraphWithProperties + Sync + Send + Clone + 'static,
    <G as SwhGraphWithProperties>::Maps: Maps,