Module org.jgrapht.core
Package org.jgrapht.alg.spanning
package org.jgrapht.alg.spanning
Spanning tree and spanner algorithms.
-
ClassDescriptionThis is an abstract class for capacitated minimum spanning tree algorithms.Implementation of an algorithm for the capacitated minimum spanning tree problem using a cyclic exchange neighborhood, based on Ravindra K.Borůvka's algorithm for the computation of a minimum spanning tree.Implementation of a randomized version of the Esau-Williams heuristic, a greedy randomized adaptive search heuristic (GRASP) for the capacitated minimum spanning tree (CMST) problem.Greedy algorithm for $(2k-1)$-multiplicative spanner construction (for any integer k >= 1).An implementation of Kruskal's minimum spanning tree algorithm.An implementation of Prim's algorithm that finds a minimum spanning tree/forest subject to connectivity of the supplied weighted undirected graph.