Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/14 09:16:57 (10 years ago)
Author:
pfleck
Message:

#2208

  • Added BestOrienteeringSolutionAnalyser
  • Added OrienteeringSolution
  • Implemented InitializeInitialOrienteeringInstance
File:
1 edited

Legend:

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

    r11189 r11190  
    4646  </ItemGroup>
    4747  <ItemGroup>
     48    <Compile Include="Analyzers\BestOrienteeringSolutionAnalyser.cs" />
    4849    <Compile Include="DistanceMatrix.cs" />
    4950    <Compile Include="Interfaces\IOrienteeringEvaluator.cs" />
     
    5152    <Compile Include="OrienteeringProblem.cs" />
    5253    <Compile Include="OrienteeringScript.cs" />
     54    <Compile Include="OrienteeringSolution.cs" />
    5355    <Compile Include="Plugin.cs" />
    5456    <Compile Include="Properties\AssemblyInfo.cs" />
     
    6769      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    6870      <Name>HeuristicLab.Collections-3.3</Name>
     71    </ProjectReference>
     72    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     73      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     74      <Name>HeuristicLab.Common.Resources-3.3</Name>
    6975    </ProjectReference>
    7076    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    120126    </ProjectReference>
    121127  </ItemGroup>
     128  <ItemGroup />
    122129  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    123130  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.