V
- the graph vertex typeE
- the graph edge typepublic interface CapacitatedSpanningTreeAlgorithm<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E>
A spanning tree.
|
static class |
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTreeImpl<V,E>
Default implementation of the spanning tree interface.
|
Modifier and Type | Method and Description |
---|---|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
getCapacitatedSpanningTree()
Computes a capacitated spanning tree.
|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> getCapacitatedSpanningTree()
Copyright © 2019. All rights reserved.