Uses of Interface
org.jgrapht.alg.interfaces.SpannerAlgorithm
Package | Description |
---|---|
org.jgrapht.alg.spanning |
Spanning tree and spanner algorithms.
|
-
Uses of SpannerAlgorithm in org.jgrapht.alg.spanning
Classes in org.jgrapht.alg.spanning that implement SpannerAlgorithm Modifier and Type Class Description class
GreedyMultiplicativeSpanner<V,E>
Greedy algorithm for $(2k-1)$-multiplicative spanner construction (for any integer k >= 1).