Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/10 13:00:54 (14 years ago)
Author:
svonolfe
Message:

Improved performance of PotvinEncoding(#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/AlbaMoveMaker.cs

    r4369 r4378  
    3939      : base() {
    4040    }
    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     }
    5141  }
    5242}
Note: See TracChangeset for help on using the changeset viewer.