A vertex cover of an undirected graph is a subset of the vertices that includes at least one endpoint of every edge of the graph.

Formally:

Example of vertex covers: A minimum vertex cover is a vertex cover of the smallest possible size. Example of minimum vertex covers:


tags: computation-theory resources: Vertex cover - Wikipedia