V
- the graph vertex typeE
- the graph edge typeVertexCoverAlgorithm
@Deprecated public interface MinimumVertexCoverAlgorithm<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
MinimumVertexCoverAlgorithm.VertexCover<V>
Deprecated.
Replaced by
VertexCoverAlgorithm.VertexCover |
static class |
MinimumVertexCoverAlgorithm.VertexCoverImpl<V>
Deprecated.
Default implementation of a vertex cover
|
Modifier and Type | Method and Description |
---|---|
MinimumVertexCoverAlgorithm.VertexCover<V> |
getVertexCover(Graph<V,E> graph)
Deprecated.
Computes a vertex cover; all vertices are considered to have equal weight.
|
MinimumVertexCoverAlgorithm.VertexCover<V> getVertexCover(Graph<V,E> graph)
graph
- the graphCopyright © 2018. All rights reserved.