Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/19 16:12:21 (5 years ago)
Author:
abeham
Message:

#2521: worked on refactoring PTSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj

    r16723 r17253  
    144144      <Private>False</Private>
    145145    </ProjectReference>
     146    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
     147      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
     148      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
     149      <Private>False</Private>
     150    </ProjectReference>
    146151    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    147152      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     
    160165  </ItemGroup>
    161166  <ItemGroup>
     167    <Compile Include="PTSPData.cs" />
    162168    <None Include="Properties\AssemblyInfo.cs.frame" />
    163169    <None Include="Plugin.cs.frame" />
    164170    <Compile Include="AnalyticalPTSP.cs" />
    165     <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
    166     <Compile Include="DistanceCalculators\MaximumDistance.cs" />
    167     <Compile Include="DistanceCalculators\ManhattanDistance.cs" />
    168     <Compile Include="DistanceCalculators\GeoDistance.cs" />
    169     <Compile Include="DistanceCalculators\DistanceCalculator.cs" />
    170     <Compile Include="DistanceCalculators\AttDistance.cs" />
    171     <Compile Include="DistanceCalculators\UpperEuclideanDistance.cs" />
    172     <Compile Include="DistanceCalculators\RoundedEuclideanDistance.cs" />
    173     <Compile Include="DistanceCalculators\EuclideanDistance.cs" />
    174     <Compile Include="DistanceMatrix.cs" />
    175171    <Compile Include="EstimatedPTSP.cs" />
    176172    <Compile Include="Improvers\PTSPAnalyticalInsertionLocalImprovement.cs" />
     
    199195    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveMaker.cs" />
    200196    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
    201     <Compile Include="PathPTSPTour.cs" />
    202197    <Compile Include="PTSP.cs" />
    203198    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.