This directory (`graph') contains sample source code related
to the discussion of Generic Programming in the Maple Programming
Guide. The following files are found here.

	Edge.mi -- inline procedures for edges
	Edge.mpl -- the Edge object implementation
	Graph.mi -- inline procedure for graphs
	Graph1.mpl -- first graph constructor
	Graph2.mpl -- second graph constructor
	vdeg.mpl -- generic procedure for computing vertex degrees
	adjmat.mpl -- generic procedure for computing adjacency matrices

See the main README file for the chapter 6 samples for instructions
on how to load the code in these files into your private library.

