Expand description
General algorithms working on graphs.
Enums§
- Item
- Either a node or an edge.
Functions§
- complement
- Returns the complement of
g
. - components
- Determines all components of a graph.
- inverse
- Returns the inverse directed graph of
g
. - is_
connected - Determines if a graph is connected.
- subgraph
- Return a subgraph.