Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/16 15:46:48 (7 years ago)
Author:
abeham
Message:

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

Location:
branches/ScopedAlgorithms
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/ScopedAlgorithms/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj

    r11623 r14429  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="BinaryIteratedLocalSearch.cs" />
     117    <Compile Include="IteratedLocalSearch.cs" />
     118    <Compile Include="LocalSearchContext.cs" />
    116119    <Compile Include="LocalSearchImprovementOperator.cs" />
    117120    <Compile Include="LocalSearchMainLoop.cs" />
     
    150153      <Name>HeuristicLab.Data-3.3</Name>
    151154      <Private>False</Private>
     155    </ProjectReference>
     156    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     157      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
     158      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
    152159    </ProjectReference>
    153160    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.