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/SingleObjectiveProgrammableProblem.cs

    r17383 r17699  
    3636  [StorableType("44944E6B-E95E-4805-8F0A-0C0F7D761DB9")]
    3737  public abstract class SingleObjectiveProgrammableProblem<TEncoding, TEncodedSolution> : SingleObjectiveProblem<TEncoding, TEncodedSolution>, IProgrammableItem, IProgrammableProblem
    38     where TEncoding : class, IEncoding<TEncodedSolution>
     38    where TEncoding : class, IEncoding
    3939    where TEncodedSolution : class, IEncodedSolution {
    4040    protected static readonly string ENCODING_NAMESPACE = "ENCODING_NAMESPACE";
Note: See TracChangeset for help on using the changeset viewer.