Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/20 04:37:37 (4 years ago)
Author:
abeham
Message:

#2521: working on VRP (refactoring all the capabilities, features, and operator discovery)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Manipulators/PotvinOneLevelExchangeManipulator.cs

    r17698 r17717  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
    24 using HEAL.Attic;
    2525using HeuristicLab.Problems.VehicleRouting.Interfaces;
    2626
     
    2828  [Item("PotvinOneLevelExchangeMainpulator", "The 1M operator which manipulates a VRP representation.  It is implemented as described in Potvin, J.-Y. and Bengio, S. (1996). The Vehicle Routing Problem with Time Windows - Part II: Genetic Search. INFORMS Journal of Computing, 8:165–172.")]
    2929  [StorableType("20E22B90-348D-438F-AD17-F1F92BD12C00")]
    30   public sealed class PotvinOneLevelExchangeMainpulator : PotvinManipulator {
     30  public sealed class PotvinOneLevelExchangeMainpulator : PotvinManipulator, IGeneralVRPOperator {
    3131    [StorableConstructor]
    3232    private PotvinOneLevelExchangeMainpulator(StorableConstructorFlag _) : base(_) { }
Note: See TracChangeset for help on using the changeset viewer.