- Timestamp:
- 09/10/10 13:00:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/AlbaMoveMaker.cs
r4369 r4378 39 39 : base() { 40 40 } 41 42 public override IOperation Apply() {43 IVRPEncoding solution = VRPToursParameter.ActualValue;44 if (!(solution is AlbaEncoding)) {45 //VRPToursParameter.ActualValue = AlbaEncoding.ConvertFrom(solution, VehiclesParameter.ActualValue.Value,46 // DistanceMatrixParameter);47 }48 49 return base.Apply();50 }51 41 } 52 42 }
Note: See TracChangeset
for help on using the changeset viewer.