next up previous contents
Next: Parameterized Ugraphs (UGRAPH) Up: Graphs and Related Data Previous: Parameterized Graphs (GRAPH)

   
Undirected Graphs (ugraph)

Definition

An instance U of the data type ugraph is an undirected graph as defined in section Graphs.

Creation

ugraph U; creates an instance U of type ugraph and initializes it to the empty undirected graph.

ugraph

U(graph G); creates an instance U of type ugraph and initializes it with an undirected copy of G.

   

Operations

see section Graphs.

Implementation

see section Graphs.



LEDA research project
1998-10-02