- Timestamp:
- 09/16/11 16:48:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/IterativeInsertionCreator.cs
r6759 r6788 126 126 127 127 currentTour.Stops.Add(customers[index]); 128 if (pdp != null) { 129 currentTour.Stops.Add(pdp.PickupDeliveryLocation[customers[index]]); 130 } 128 131 } 129 132 }
Note: See TracChangeset
for help on using the changeset viewer.