java.lang.Object
org.maxicp.cp.examples.modeling.tsptw.TSPTWSeqVar
Traveling Salesman Problem with Time Windows (TSPTW) using a sequence variable model.
Model:
SeqVarrepresenting the path from depot to its duplicateFactory.transitionTimes(org.maxicp.modeling.SeqVar, org.maxicp.modeling.algebra.integer.IntExpression[], int[][])linking time windows and distancesFactory.distance(org.maxicp.modeling.SeqVar, int[][], org.maxicp.modeling.algebra.integer.IntExpression)for the total distance objective
Instances from: https://lopez-ibanez.eu/tsptw-instances
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TSPTWSeqVar
public TSPTWSeqVar()
-
-
Method Details
-
main
-