Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.LinearLinkageEncoding/3.4
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj

    r16723 r16948  
    8888  </PropertyGroup>
    8989  <ItemGroup>
     90    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     91      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     92      <Name>HeuristicLab.Analysis-3.3</Name>
     93      <Private>False</Private>
     94    </ProjectReference>
    9095    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    9196      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    164169    <Compile Include="Crossovers\MultiLLECrossover.cs" />
    165170    <Compile Include="Crossovers\SinglePointCrossover.cs" />
     171    <Compile Include="LinearLinkageMultiObjectiveProblem.cs" />
     172    <Compile Include="LinearLinkageProblem.cs" />
    166173    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
    167174    <Compile Include="Interfaces\ILinearLinkageEMSSMoveOperator.cs" />
Note: See TracChangeset for help on using the changeset viewer.