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

    r17320 r17699  
    3535  [StorableType("1AA24077-4E1E-4FAE-8EC8-B6008DFD30B9")]
    3636  public abstract class MultiObjectiveProgrammableProblem<TEncoding, TEncodedSolution> : MultiObjectiveProblem<TEncoding, TEncodedSolution>, IProgrammableItem, IProgrammableProblem
    37     where TEncoding : class, IEncoding<TEncodedSolution>
     37    where TEncoding : class, IEncoding
    3838    where TEncodedSolution : class, IEncodedSolution {
    3939    protected static readonly string ENCODING_NAMESPACE = "ENCODING_NAMESPACE";
Note: See TracChangeset for help on using the changeset viewer.