Skip to main content

all_simple_paths

Function all_simple_paths 

Source
pub fn all_simple_paths<G>(
    graph: &G,
    source: G::Node,
    target: G::Node,
    max_depth: usize,
    max_paths: usize,
) -> PathEnumeration<G::Node>
where G: IndexGraphView,