V
- the graph vertex typeE
- the graph edge typepublic interface MinimumVertexCoverAlgorithm<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
MinimumVertexCoverAlgorithm.VertexCover<V>
A vertex cover
|
static class |
MinimumVertexCoverAlgorithm.VertexCoverImpl<V>
Default implementation of a vertex cover
|
Modifier and Type | Method and Description |
---|---|
MinimumVertexCoverAlgorithm.VertexCover<V> |
getVertexCover(UndirectedGraph<V,E> graph)
Computes a vertex cover; all vertices are considered to have equal weight.
|
MinimumVertexCoverAlgorithm.VertexCover<V> getVertexCover(UndirectedGraph<V,E> graph)
graph
- the graphCopyright © 2016. All rights reserved.