Generic Function Find-Vertex (2 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 > < T >