Uses of Class
org.jgrapht.alg.util.NeighborCache
Packages that use NeighborCache
-
Uses of NeighborCache in org.jgrapht.alg.vertexcover
Fields in org.jgrapht.alg.vertexcover declared as NeighborCacheModifier and TypeFieldDescriptionprivate NeighborCache
<V, E> RecursiveExactVCImpl.neighborCache
Neighbor cache TODO JK: It might be worth trying to replace the neighbors index by a bitset view.