Module rs_graph::algorithms[][src]

General algorithms working on graphs.

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.