java.lang.Object
org.maxicp.cp.examples.utils.TSPTWInstance
A TSP with Time Windows instance.
The depot is duplicated at the end of the instance.
So we don't seek for a tour but for a path from the depot to its duplicate at the end
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[][]int[]intint[]int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckSolution(int[] tour, int totalDistance) toString()
-
Field Details
-
n
public int n -
distMatrix
public int[][] distMatrix -
earliest
public int[] earliest -
latest
public int[] latest -
horizon
public int horizon
-
-
Constructor Details
-
TSPTWInstance
-
-
Method Details