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 < cl-graph:basic-graph > < cl-graph:basic-vertex > < cl-graph:basic-vertex >