Uses of Class
org.jgrapht.alg.vertexcover.util.RatioVertex
-
Uses of RatioVertex in org.jgrapht.alg.vertexcover.util
Modifier and TypeFieldDescriptionfinal Map<RatioVertex<V>,
Integer> RatioVertex.neighbors
Map of neighbors, and a count of the number of edges to this neighborModifier and TypeMethodDescriptionvoid
RatioVertex.addNeighbor
(RatioVertex<V> v) Add a neighbor.int
RatioVertex.compareTo
(RatioVertex<V> other) void
RatioVertex.removeNeighbor
(RatioVertex<V> v) Remove a neighbor.