Package de.rwth.graph

This package implements an API for representing directed graphs.

See:
          Description

Class Summary
Graph Class for graph data structures consisting of nodes connected with edges.
RootedGraph This class represents a graph with roots and leafs.
SwappedGraph This class transforms a given RootedGraph into a RootedGraph where the nodes becomes edges and vice versa.
 

Package de.rwth.graph Description

This package implements an API for representing directed graphs.