Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/20 01:23:08 (4 years ago)
Author:
abeham
Message:

#2521: Made encodings non-generic classes (the TEncodedSolution type parameter is not actually used), this will make it considerably easier to port the VRP to the new architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.ScheduleEncoding/3.3/ScheduleEncoding.cs

    r17680 r17699  
    3232namespace HeuristicLab.Encodings.ScheduleEncoding {
    3333  [StorableType("D2FB1AF9-EF13-4ED2-B3E9-D5BE4E5772EA")]
    34   public abstract class ScheduleEncoding<TSchedule> : Encoding<TSchedule>, IScheduleEncoding
     34  public abstract class ScheduleEncoding<TSchedule> : Encoding, IScheduleEncoding
    3535  where TSchedule : class, IScheduleSolution {
    3636    [Storable] public IValueParameter<ItemList<Job>> JobDataParameter { get; private set; }
Note: See TracChangeset for help on using the changeset viewer.