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/Zhu/IZhuOperator.cs

    r17226 r17717  
    2020#endregion
    2121
    22 using HeuristicLab.Problems.VehicleRouting.Variants;
    2322using HEAL.Attic;
     23using HeuristicLab.Problems.VehicleRouting.Interfaces;
    2424
    2525namespace HeuristicLab.Problems.VehicleRouting.Encodings.Zhu {
    2626  [StorableType("CD11FA3C-3B50-4710-AAFC-32C9C61B3321")]
    27   public interface IZhuOperator :
    28     ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator {
     27  public interface IZhuOperator : IGeneralVRPOperator {
    2928  }
    3029}
Note: See TracChangeset for help on using the changeset viewer.