rbtools.utils.graphs¶
Topological graphing and sorting utilities.
Functions
|
Determine if a directed path exists between start and end in graph. |
|
Return a topological sorting of the vertices in the directed graph. |
|
Yield vertices in the graph starting at the start vertex. |
- rbtools.utils.graphs.path_exists(graph, start, end)[source]¶
Determine if a directed path exists between start and end in graph.