Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 04:16:18 (15 years ago)
Author:
swagner
Message:

Worked on linkage between algorithms and problems (#898)

  • restructured HeuristicLab.Problems.TSP project
  • adapted TSP evaluators class hierarchy to avoid performance problems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/HeuristicLab.Problems.TSP-3.3.csproj

    r2975 r2988  
    8484  </ItemGroup>
    8585  <ItemGroup>
    86     <Compile Include="TSPCoordinatesPathEvaluator.cs" />
    87     <Compile Include="ITSPDistanceMatrixPathEvaluator.cs" />
    88     <Compile Include="ITSPCoordinatesPathEvaluator.cs" />
    89     <Compile Include="ITSPPathEvaluator.cs" />
     86    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
     87    <Compile Include="Evaluators\TSPDistanceMatrixPathEvaluator.cs" />
     88    <Compile Include="Evaluators\TSPEvaluator.cs" />
     89    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
     90    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
     91    <Compile Include="Interfaces\ITSPDistanceMatrixPathEvaluator.cs" />
     92    <Compile Include="Interfaces\ITSPEvaluator.cs" />
     93    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
    9094    <Compile Include="HeuristicLabProblemsTSPPlugin.cs" />
    91     <Compile Include="TSPEvaluator.cs" />
    92     <Compile Include="ITSPEvaluator.cs" />
    93     <Compile Include="TSPDistanceMatrixPathEvaluator.cs" />
    9495    <Compile Include="TSPLIBParser.cs" />
    95     <Compile Include="TSPRoundedEuclideanPathEvaluator.cs" />
    96     <Compile Include="TSPPathEvaluator.cs" />
    9796    <Compile Include="TSP.cs" />
    9897    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.