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