Generic Function Graph-Roots (1 method)

( graph-roots < graph > )

Part of:

package cl-graph
Returns a list of the roots of graph. A root is defined as a vertex with no source edges (i.e., all of the edges are out-going). (cf. rootp) [?? could be a defun]

Method Summary

graph-roots < basic-graph