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.Problems.Programmable/3.3/MultiObjectiveProblemDefinitionScript.cs

    r17320 r17699  
    3131  [StorableType("17741D64-CF9D-4CCF-9892-0590C325D4E6")]
    3232  public sealed class MultiObjectiveProblemDefinitionScript<TEncoding, TEncodedSolution> : ProblemDefinitionScript<TEncoding, TEncodedSolution>, IMultiObjectiveProblemDefinition<TEncoding, TEncodedSolution>, IStorableContent
    33     where TEncoding : class, IEncoding<TEncodedSolution>
     33    where TEncoding : class, IEncoding
    3434    where TEncodedSolution : class, IEncodedSolution {
    3535    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.