Generic Function Adjacentp (2 methods)

( adjacentp < graph > < vertex-1 > < vertex-2 > )

Part of:

package cl-graph

Return true if vertex-1 and vertex-2 are connected
by an edge. [?? compare with vertices-share-edge-p and remove one or
maybe call one directed-adjacentp]

Method Summary

adjacentp < cl-graph:basic-graph > < cl-graph:basic-vertex > < cl-graph:basic-vertex > 
adjacentp < cl-graph:basic-graph > < t > < t >