Module org.jgrapht.core
Package org.jgrapht.alg.centers
Center location algorithms in graphs.
-
Class Summary Class Description CentersLocationAlgorithmBase<V,E> Base class for Centers Location algorithms.GonHeuristic<V,E> The Gon heuristic algorithm for the vertex $k$-center problem.