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.

Graph Classes#

rustworkx.PyGraph

A class for creating undirected graphs

rustworkx.PyDiGraph

A class for creating directed graphs

rustworkx.PyDAG

A class for creating direct acyclic graphs.