| Package | Description |
|---|---|
| org.jgrapht.alg |
Algorithms provided with JGraphT.
|
| Modifier and Type | Method and Description |
|---|---|
static <V,E> List<V> |
HamiltonianCycle.getApproximateOptimalForCompleteGraph(SimpleWeightedGraph<V,E> g)
This method will return an approximate minimal traveling salesman tour
(hamiltonian cycle).
|
Copyright © 2013. All Rights Reserved.