|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FindVertexCover
FindVertexCover[g]
finds a vertex cover of the graph g with a minimum number of vertices.
DetailsDetails
- FindVertexCover returns a list of vertices.
- FindVertexCover will return an empty list if no vertex cover is found.
- A vertex cover is a set of vertices that is incident to every edge.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

