Generic Function Replace-Vertex (1 method)

( replace-vertex < graph > < old > < new > )

Part of:

package cl-graph

Replace vertex old in graph graph with vertex new . The edge structure of the graph is maintained.

Method Summary

replace-vertex < basic-graph > < basic-vertex > < basic-vertex