| 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 |
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTreeImpl<V,E>
Default implementation of the spanning tree interface.
|
| Modifier and Type | Method and Description |
|---|---|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
CapacitatedSpanningTreeAlgorithm.getCapacitatedSpanningTree()
Computes a capacitated spanning tree.
|
| Modifier and Type | Method and Description |
|---|---|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
AbstractCapacitatedMinimumSpanningTree.CapacitatedSpanningTreeSolutionRepresentation.calculateResultingSpanningTree()
Calculates the resulting spanning tree based on this solution representation.
|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
EsauWilliamsCapacitatedMinimumSpanningTree.getCapacitatedSpanningTree()
Computes a capacitated spanning tree.
|
CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
AhujaOrlinSharmaCapacitatedMinimumSpanningTree.getCapacitatedSpanningTree() |
abstract CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> |
AbstractCapacitatedMinimumSpanningTree.getCapacitatedSpanningTree() |
| Constructor and Description |
|---|
AhujaOrlinSharmaCapacitatedMinimumSpanningTree(CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> initialSolution,
Graph<V,E> graph,
V root,
double capacity,
Map<V,Double> demands,
int lengthBound)
Constructs a new instance of this algorithm with the proposed initial solution.
|
AhujaOrlinSharmaCapacitatedMinimumSpanningTree(CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTree<V,E> initialSolution,
Graph<V,E> graph,
V root,
double capacity,
Map<V,Double> demands,
int lengthBound,
boolean bestImprovement,
boolean useVertexOperation,
boolean useSubtreeOperation,
boolean useTabuSearch,
int tabuTime,
int upperLimitTabuExchanges)
Constructs a new instance of this algorithm with the proposed initial solution.
|
Copyright © 2019. All rights reserved.