Module petgraph::algo::simple_paths
source · Functions§
- Returns an iterator that produces all simple paths from
from
node toto
, which contains at leastmin_intermediate_nodes
nodes and at mostmax_intermediate_nodes
, if given, or limited by the graph’s order otherwise. The simple path is a path without repetitions.