Generic Function Delete-Edge-Between-Vertexes (1 method)

( delete-edge-between-vertexes < graph > < value-or-vertex-1 > < value-or-vertex-2 > &rest < args > )

Part of:

package cl-graph
Finds an edge in the graph between the two specified vertexes. If values (i.e., non-vertexes) are passed in, then the graph will be searched for matching vertexes.

Method Summary

delete-edge-between-vertexes < basic-graph > < T > < T >