Changeset 6857 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation
- Timestamp:
- 09/30/11 15:23:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation/PotvinCustomerRelocationMoveMaker.cs
r6751 r6857 89 89 PotvinEncoding newSolution = move.Individual.Clone() as PotvinEncoding; 90 90 Apply(newSolution, move, ProblemInstance); 91 newSolution.Repair(); 91 92 VRPToursParameter.ActualValue = newSolution; 92 93
Note: See TracChangeset
for help on using the changeset viewer.