public static final class Tsp2po.Matrix
extends java.lang.Object
Constructor and Description |
---|
Matrix(long[][] costs,
int[][][] paths) |
Modifier and Type | Method and Description |
---|---|
int[][] |
getTourPaths(int[] tour)
Generiert aus einer Besuchsreihenfolge
die entsprechenden Pfade.
|