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/Prins/IPrinsOperator.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.Prins {
    2626  [StorableType("02783182-5F42-45F8-A57A-E63459E22C6A")]
    27   public interface IPrinsOperator :
    28     ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator {
     27  public interface IPrinsOperator : IGeneralVRPOperator {
    2928  }
    3029}
Note: See TracChangeset for help on using the changeset viewer.