- Timestamp:
- 05/13/19 15:21:54 (6 years ago)
- 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 88 88 </PropertyGroup> 89 89 <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> 90 95 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 91 96 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 164 169 <Compile Include="Crossovers\MultiLLECrossover.cs" /> 165 170 <Compile Include="Crossovers\SinglePointCrossover.cs" /> 171 <Compile Include="LinearLinkageMultiObjectiveProblem.cs" /> 172 <Compile Include="LinearLinkageProblem.cs" /> 166 173 <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" /> 167 174 <Compile Include="Interfaces\ILinearLinkageEMSSMoveOperator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.