Note

This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.

Dominance#

rustworkx.immediate_dominators(graph, ...)

Determine the immediate dominators of all nodes in a directed graph.

rustworkx.dominance_frontiers(graph, ...)

Compute the dominance frontiers of all nodes in a directed graph.