Generic Function Make-Graph-From-Vertexes (1 method)

( make-graph-from-vertexes < vertex-list > )

Part of:

package cl-graph

Create a new graph given a list of vertexes (which
are assumed to be from the same graph). The new graph contains all
of the vertexes in the list and all of the edges between any
vertexes on the list.

Method Summary

make-graph-from-vertexes < list >