V
- vertex typepublic interface VertexCoverAlgorithm<V>
Modifier and Type | Interface and Description |
---|---|
static interface |
VertexCoverAlgorithm.VertexCover<V>
|
static class |
VertexCoverAlgorithm.VertexCoverImpl<V>
Default implementation of a (weighted) vertex cover
|
Modifier and Type | Method and Description |
---|---|
VertexCoverAlgorithm.VertexCover<V> |
getVertexCover()
Computes a vertex cover.
|
VertexCoverAlgorithm.VertexCover<V> getVertexCover()
Copyright © 2019. All rights reserved.