Package | Description |
---|---|
org.jgrapht.alg.vertexcover.util |
Utilities for vertex cover algorithms.
|
Modifier and Type | Field and Description |
---|---|
Map<RatioVertex<V>,Integer> |
RatioVertex.neighbors
Map of neighbors, and a count of the number of edges to this neighbor
|
Modifier and Type | Method and Description |
---|---|
void |
RatioVertex.addNeighbor(RatioVertex<V> v)
Add a neighbor.
|
int |
RatioVertex.compareTo(RatioVertex<V> other) |
void |
RatioVertex.removeNeighbor(RatioVertex<V> v)
Remove a neighbor.
|
Copyright © 2017. All rights reserved.