Changeset 7080 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift
- Timestamp:
- 11/28/11 10:03:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/PotvinPDShiftMoveMaker.cs
r6960 r7080 79 79 tour.Stops.Insert(place, move.City); 80 80 } 81 82 solution.Repair(); 81 83 } 82 84 … … 86 88 PotvinEncoding newSolution = move.Individual.Clone() as PotvinEncoding; 87 89 Apply(newSolution, move, ProblemInstance); 88 newSolution.Repair();89 90 VRPToursParameter.ActualValue = newSolution; 90 91 }
Note: See TracChangeset
for help on using the changeset viewer.