Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/15 17:16:39 (9 years ago)
Author:
apolidur
Message:

#2221: Local improvement operator for VNS

File:
1 edited

Legend:

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

    r12219 r12228  
    2121    <ErrorReport>prompt</ErrorReport>
    2222    <WarningLevel>4</WarningLevel>
     23    <PlatformTarget>AnyCPU</PlatformTarget>
    2324  </PropertyGroup>
    2425  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    112113    <Compile Include="DistanceMatrix.cs" />
    113114    <Compile Include="EstimatedPTSP.cs" />
     115    <Compile Include="Improvers\PTSPExhaustiveInsertionLocalImprovement.cs" />
     116    <Compile Include="Improvers\PTSPExhaustiveInversionLocalImprovement.cs" />
    114117    <Compile Include="Interfaces\IPTSPPathMoveEvaluator.cs" />
    115118    <Compile Include="Interfaces\IPTSPMoveEvaluator.cs" />
     
    119122    <Compile Include="MoveEvaluators\TwoOpt\PTSPAnalyticalInversionMovePathEvaluator.cs" />
    120123    <Compile Include="MoveEvaluators\TwoOpt\PTSPEstimatedInversionMovePathEvaluator.cs" />
     124    <Compile Include="PathPTSPTour.cs" />
    121125    <Compile Include="PTSP.cs" />
    122126    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.