Traversal#
|
Get an edge list of the tree edges from a depth-first traversal |
|
Depth-first traversal of a directed/undirected graph. |
|
Return successors in a breadth-first-search from a source node. |
|
Return predecessors in a breadth-first-search from a source node. |
|
Breadth-first traversal of a directed/undirected graph. |
|
Dijkstra traversal of a graph. |
|
Return the topological sort of node indices from the provided graph |
Get the lexicographical topological sorted nodes from the provided DAG |
|
|
Return the descendants of a node in a graph. |
|
Return the ancestors of a node in a graph. |
|
Collect runs that match a filter function |
|
Collect runs that match a filter function given edge colors. |
A visitor object that is invoked at the event-points inside the |
|
A visitor object that is invoked at the event-points inside the |
|
A visitor object that is invoked at the event-points inside the |
|
Provides functionality to topologically sort a directed graph. |