Generic Function Find-Vertex (3 methods)

( find-vertex < graph > < value > &optional < error-if-not-found? > )

Part of:

package cl-graph

Search 'graph' for a vertex with element
'value'. The search is fast but inflexible because it uses an
associative-container. If you need more flexibity, see
search-for-vertex.

Method Summary

find-vertex < basic-edge > < t > 
find-vertex < basic-graph > < basic-vertex
find-vertex < basic-graph > < t >