Cover#
Vertex covering is the problem of finding a set of vertices such that all the edges of the graph are incident to at least one of the vertices in the set.
|
Returns an approximate minimum weighted vertex cover. |
|
Returns an approximate minimum vertex cover. |
|
Determines whether the given set of vertices is a vertex cover of graph G. |