module RGL
Module {RGL} defines the namespace for all modules and classes of the graph library. The main module is {Graph} which defines the abstract behavior of all graphs in the library. Other important modules or classes are:
-
Class {AdjacencyGraph} provides a concrete implementation of an undirected graph.
-
Module {Edge} defines edges of a graph.
-
{GraphIterator} and {GraphVisitor} provide support for iterating and searching.
-
{DOT} helps to visualize graphs.
Constants
- INFINITY
- VERSION