public class TspBenchmark extends Object
| Constructor and Description |
|---|
TspBenchmark(String topologyFilename,
String optTourFilename) |
| Modifier and Type | Method and Description |
|---|---|
double |
distance(int v,
int w) |
double |
optCost() |
List<Integer> |
optTour() |
Vector2D |
position(int v) |
int |
size() |
Copyright © 2017. All rights reserved.