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/PotvinPairwiseTwoLevelExchangeManipulator.cs

    r17712 r17717  
    2626using HeuristicLab.Problems.VehicleRouting.Interfaces;
    2727using HeuristicLab.Problems.VehicleRouting.ProblemInstances;
    28 using HeuristicLab.Problems.VehicleRouting.Variants;
    2928
    3029namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin {
    3130  [Item("PotvinPairwiseTwoLevelExchangeManipulator", "The 2M operator which manipulates a VRP representation.   It has been adapted to pickup and delivery from 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.  It was adapted to the PDP formulation.")]
    3231  [StorableType("8E4D8A17-1204-45CC-8ED7-375FCE0355E8")]
    33   public sealed class PotvinPairwiseTwoLevelExchangeManipulator : PotvinManipulator {
     32  public sealed class PotvinPairwiseTwoLevelExchangeManipulator : PotvinManipulator, IGeneralVRPOperator {
    3433    [StorableConstructor]
    3534    private PotvinPairwiseTwoLevelExchangeManipulator(StorableConstructorFlag _) : base(_) { }
Note: See TracChangeset for help on using the changeset viewer.