Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/12 01:43:06 (13 years ago)
Author:
abeham
Message:

#1782: trunk integration of problem instance development

  • Adapted TSP and QAP to use the new feature
  • Moved the TSPLIB importer dialog from the TSP plugin to the TSPLIB instances plugin (created a view for that provider)
  • Created it as a default view for IHeuristicOptimizationProblem in order not to interfere with other problems do not yet work with this
File:
1 edited

Legend:

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

    r6866 r7558  
    115115    <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" />
    116116    <Compile Include="DistanceMatrix.cs" />
     117    <Compile Include="Evaluators\TSPDistanceMatrixEvaluator.cs" />
    117118    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
    118119    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
     120    <Compile Include="Interfaces\ITSPDistanceMatrixEvaluator.cs" />
    119121    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" />
    120122    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" />
     
    127129    <Compile Include="Plugin.cs" />
    128130    <Compile Include="TravelingSalesmanProblem.cs" />
    129     <Compile Include="TSPLIBTourParser.cs" />
    130131    <Compile Include="PathTSPTour.cs" />
    131132    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
     
    139140    <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" />
    140141    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
    141     <Compile Include="TSPLIBParser.cs" />
    142142    <Compile Include="Properties\AssemblyInfo.cs" />
    143143  </ItemGroup>
     
    203203      <Private>False</Private>
    204204    </ProjectReference>
     205    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     206      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
     207      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     208    </ProjectReference>
    205209  </ItemGroup>
    206210  <ItemGroup>
     
    208212    <None Include="Plugin.cs.frame" />
    209213    <None Include="Properties\AssemblyInfo.cs.frame" />
    210     <None Include="TSPLIB Sample Problems\ch130.opt.tour" />
    211     <None Include="TSPLIB Sample Problems\ch130.tsp" />
    212     <None Include="TSPLIB Sample Problems\fl1400.tsp" />
    213     <None Include="TSPLIB Sample Problems\gr666.opt.tour" />
    214     <None Include="TSPLIB Sample Problems\gr666.tsp" />
    215214  </ItemGroup>
    216215  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.