Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/12 13:32:46 (12 years ago)
Author:
jkarder
Message:

#1331:

  • improved path relinking and improvement operators for the VehicleRouting problem
  • recreated SS VRP sample
  • corrected SS VRP sample test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj

    r8649 r8894  
    141141    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarSingleMoveGenerator.cs" />
    142142    <Compile Include="Improver\VRPImprovementOperator.cs" />
     143    <Compile Include="Improver\VRPIntraRouteImprovementOperator.cs" />
    143144    <Compile Include="Interfaces\IVRPLocalSearchManipulator.cs" />
    144145    <Compile Include="Interpreters\MDCVRPInterpreter.cs" />
     
    474475  -->
    475476  <PropertyGroup>
    476    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     477    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    477478set ProjectDir=$(ProjectDir)
    478479set SolutionDir=$(SolutionDir)
     
    480481
    481482call PreBuildEvent.cmd</PreBuildEvent>
    482 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     483    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    483484export ProjectDir=$(ProjectDir)
    484485export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.