Changeset 6960 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift
- Timestamp:
- 11/08/11 09:47:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/PotvinPDShiftMoveMaker.cs
r6857 r6960 74 74 oldTour2.Stops.Remove(location); 75 75 76 PotvinPDRearrangeMoveMaker.InsertPair(solution,tour, move.City, location, problemInstance);76 solution.InsertPair(tour, move.City, location, problemInstance); 77 77 } else { 78 78 int place = solution.FindBestInsertionPlace(tour, move.City);
Note: See TracChangeset
for help on using the changeset viewer.