Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/24/10 14:52:26 (14 years ago)
Author:
svonolfe
Message:

Added VRPTours analyzer (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj

    r4293 r4301  
    106106  </ItemGroup>
    107107  <ItemGroup>
     108    <Compile Include="Analyzers\BestAverageWorstVRPToursAnalyzer.cs" />
     109    <Compile Include="Analyzers\BestAverageWorstVRPToursCalculator.cs" />
     110    <Compile Include="Analyzers\BestVRPToursMemorizer.cs" />
    108111    <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" />
    109112    <Compile Include="Encodings\Alba\Crossovers\PermutationCrossover.cs" />
     
    216219  </ItemGroup>
    217220  <ItemGroup>
     221    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     222      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     223      <Name>HeuristicLab.Analysis-3.3</Name>
     224    </ProjectReference>
    218225    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    219226      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset for help on using the changeset viewer.