Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/21 15:31:20 (3 years ago)
Author:
abeham
Message:

#2521: updated samples (except for GPR - unit test needs to be refactored first)

  • Fixed a few bugs in VRP
  • Fixed the GAGroupingProblemSampleTest
File:
1 edited

Legend:

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

    r17717 r17954  
    2121
    2222using HEAL.Attic;
     23using HeuristicLab.Problems.VehicleRouting.Interfaces;
    2324
    2425namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin {
    2526  [StorableType("90265685-321B-4E34-AD9F-30FA917F07A0")]
    26   public interface IPotvinOperator /*:
    27     ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator,
    28     IMultiDepotOperator, IHeterogenousCapacitatedOperator*/ {
     27  public interface IPotvinOperator : IGeneralVRPOperator {
    2928  }
    3029}
Note: See TracChangeset for help on using the changeset viewer.