8 Vertex Elimination
Eliminating a vertex from the graph creates a reduced graph with the following characteristics:
-
The set of vertices is the subset of that does not contain .
-
The set of edges does not contain any edges that were incident upon .
-
The set of edges contains edges that connect all vertices in that were adjacent to .
In other words, you get from by
-
Removing vertex from .
-
Removing all edges that were incident upon from .
-
Adding edges to that connect all the vertices that were adjacent to .