- Timestamp:
- 09/30/11 13:51:01 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPPDTW/CVRPPDTWProblemInstance.cs
r6790 r6856 81 81 } 82 82 } 83 84 public int GetPickupDeliveryLocation(int city) { 85 return PickupDeliveryLocation[city]; 86 } 83 87 84 88 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.