Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/13/19 15:21:54 (5 years ago)
Author:
abeham
Message:

#2521: Added and modified encoding-specific abstract base classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj

    r16723 r16948  
    115115  </ItemGroup>
    116116  <ItemGroup>
     117    <Compile Include="PermutationMultiObjectiveProblem.cs" />
     118    <Compile Include="PermutationProblem.cs" />
    117119    <Compile Include="Creators\RandomPermutationCreator.cs" />
    118120    <Compile Include="Crossovers\CosaCrossover.cs" />
     
    218220  </ItemGroup>
    219221  <ItemGroup>
     222    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     223      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     224      <Name>HeuristicLab.Analysis-3.3</Name>
     225      <Private>False</Private>
     226    </ProjectReference>
    220227    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    221228      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset for help on using the changeset viewer.