c = vertexCovers(H)
This function returns the minimal vertex covers of a (hyper)graph. A vertex cover is a subset of the vertices such that every edge of the (hyper)graph has non-empty intersection with this set. The minimal vertex covers are given by the minimal generators of the cover ideal of H.
|
|
|
|
|
|
|
|
The object vertexCovers is a method function.