Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/10 16:04:54 (14 years ago)
Author:
swagner
Message:

Implemented first version of distance matrix-based evaluation for the TSP (#912)

File:
1 edited

Legend:

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

    r3053 r3066  
    8585  <ItemGroup>
    8686    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
    87     <Compile Include="Evaluators\TSPDistanceMatrixPathEvaluator.cs" />
    8887    <Compile Include="Evaluators\TSPEvaluator.cs" />
    8988    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
    9089    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
    91     <Compile Include="Interfaces\ITSPDistanceMatrixPathEvaluator.cs" />
    9290    <Compile Include="Interfaces\ITSPEvaluator.cs" />
    9391    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.