This module provides algorithms based on depth-first traversal of
directed graphs. For basic functions on directed graphs, see the
A
Digraphs can be annotated with more information. Such information
can be attached to the vertices and to the edges of the digraph. An
annotated digraph is called a labeled digraph, and the
information attached to a vertex or an edge is called a
An edge e = (v, w) is said to
If an edge is emanating from v and incident on w, then w is
said to be an
A
The
Path P is a
A
An
A
A
The problem of
A
G' is maximal with respect to a property P if all other subgraphs that include the vertices of G' do not have property P.
A
A
An
A
Returns
Returns a list
of
Creates a digraph where the vertices are
the
The created digraph has the same type as
Each
Returns a list of
Returns
Returns
Returns
Returns a list of all vertices of
Returns all vertices of digraph
Returns all vertices of digraph
Returns an unsorted list of digraph vertices such that for
each vertex in the list, there is a
Returns an unsorted list of digraph vertices such that for
each vertex in the list, there is a
Returns an unsorted list of digraph vertices such that for
each vertex in the list, there is
a
Returns an unsorted list of digraph vertices such that for
each vertex in the list, there is
a
Returns a list of
Creates a maximal
If the value of option
If the value of option
If any of the arguments are invalid, a
Returns a