- Timestamp:
- 09/29/11 15:51:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/AlbaCreator.cs
r4752 r6851 47 47 : base(original, cloner) { 48 48 } 49 50 public override IOperation Apply() { 51 (VRPToursParameter.ActualValue as AlbaEncoding).Repair(); 52 53 return base.Apply(); 54 } 49 55 } 50 56 }
Note: See TracChangeset
for help on using the changeset viewer.