samplomatic.graph_utils¶
Graph Utilities
Functions¶
|
Find all nodes from the graph that are not reachable from the start nodes. |
|
Yield lists of nodes that all pass the filter and are connected in the graph. |
|
Replace all the parallel edges between two nodes with a single edge. |
|
Replace given nodes with a single node, preserving all outward/inward edges. |
Classes¶
|
A node that we want to add to the graph, but not yet. |