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,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,