V = vertexCovers G
A vertex cover of G is a set of vertexSet which intersects with every edge of G. In other words, L is a vertex cover of a graph if and only if their does not exist an edge {u,v} such that both u and v are not in L.
|
|
The object vertexCovers is a method function.
The source of this document is in Graphs.m2:4197:0.