Generic Function Has-Children-P (1 method)

( has-children-p < vertex > )

Part of:

package cl-graph

In a directed graph, returns true if vertex has any
edges that point from vertex to some other
vertex (cf. iterate-target-edges). In an undirected graph,
has-children-p is testing only whether or not the vertex has any
edges.

Method Summary

has-children-p < graph-container-vertex