Package | Description |
---|---|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
org.jgrapht.alg.spanning |
Spanning tree and spanner algorithms.
|
Modifier and Type | Class and Description |
---|---|
static class |
SpannerAlgorithm.SpannerImpl<E>
Default implementation of the spanner interface.
|
Modifier and Type | Method and Description |
---|---|
SpannerAlgorithm.Spanner<E> |
SpannerAlgorithm.getSpanner()
Computes a graph spanner.
|
Modifier and Type | Method and Description |
---|---|
SpannerAlgorithm.Spanner<E> |
GreedyMultiplicativeSpanner.getSpanner() |
Copyright © 2017. All rights reserved.