Generic Function Make-Graph (2 methods)

( make-graph < graph-type > &key &allow-other-keys )

Part of:

package cl-graph

Create a new graph of type `graph-type'. Graph type
can be a symbol naming a sub-class of basic-graph or a list. If it is
a list of symbols naming different classes. If graph-type is a list,
then a class which has all of the listed classes as superclasses will
be found (or created). In either case, the new graph will be created
as if with a call to make-instance.

Method Summary

make-graph < list > 
make-graph < symbol >