V - the vertex typeVertexCoverAlgorithm.VertexCover@Deprecated public static interface MinimumVertexCoverAlgorithm.VertexCover<V> extends Iterable<V>
| Modifier and Type | Method and Description |
|---|---|
Set<V> |
getVertices()
Deprecated.
Set of vertices constituting the vertex cover
|
double |
getWeight()
Deprecated.
Returns the weight of the vertex cover.
|
default Iterator<V> |
iterator()
Deprecated.
Returns an iterator over the vertices in the cover.
|
forEach, spliteratordouble getWeight()
Set<V> getVertices()
Copyright © 2018. All rights reserved.