Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5603


Ignore:
Timestamp:
03/03/11 17:36:53 (13 years ago)
Author:
svonolfe
Message:

Added first version of VNS main loop (WIP) #1425

Location:
branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj

    r5595 r5603  
    108108  <ItemGroup>
    109109    <Compile Include="HeuristicLabAlgorithmsVariableNeighborhoodSearchPlugin.cs" />
     110    <Compile Include="ILocalImprovement.cs" />
     111    <Compile Include="LocalSearchImprovement.cs" />
    110112    <Compile Include="Properties\AssemblyInfo.cs" />
     113    <Compile Include="ShakingOperator.cs" />
     114    <Compile Include="VariableNeighborhoodSearch.cs" />
     115    <Compile Include="VariableNeighborhoodSearchMainLoop.cs" />
    111116  </ItemGroup>
    112117  <ItemGroup>
     
    116121  </ItemGroup>
    117122  <ItemGroup>
     123    <ProjectReference Include="..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
     124      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
     125      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
     126    </ProjectReference>
    118127    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    119128      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
Note: See TracChangeset for help on using the changeset viewer.