Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/19 21:35:59 (5 years ago)
Author:
abeham
Message:

#2521: working on TSP refactoring

File:
1 edited

Legend:

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

    r17241 r17248  
    120120    <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" />
    121121    <Compile Include="Improvers\TSPImprovementOperator.cs" />
    122     <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEvaluator.cs" />
     122    <Compile Include="MoveEvaluators\TSPTranslocationMoveEvaluator.cs" />
    123123    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
    124     <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveEvaluator.cs" />
     124    <Compile Include="MoveEvaluators\TSPInversionMoveEvaluator.cs" />
    125125    <Compile Include="PathRelinkers\TSPMultipleGuidesPathRelinker.cs" />
    126126    <Compile Include="PathRelinkers\TSPPathRelinker.cs" />
     
    130130    <Compile Include="TSP.cs" />
    131131    <Compile Include="TSPData.cs" />
     132    <Compile Include="TSPSolution.cs" />
    132133  </ItemGroup>
    133134  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.