Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/11 10:39:10 (13 years ago)
Author:
svonolfe
Message:

Merged changes from trunk into branch (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj

    r5867 r6093  
    181181    <Compile Include="Encodings\General\Moves\VRPMoveEvaluator.cs" />
    182182    <Compile Include="Encodings\General\PermutationEncoding.cs" />
     183    <Compile Include="Encodings\General\ShakingOperators\VehicleRoutingShakingOperator.cs" />
    183184    <Compile Include="Encodings\General\TourEncoding.cs" />
    184185    <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
     
    242243    <Compile Include="Interfaces\IVRPCreator.cs" />
    243244    <Compile Include="Interfaces\IVRPMoveOperator.cs" />
     245    <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
    244246    <Compile Include="Interfaces\IVRPOperator.cs" />
    245247    <Compile Include="Interfaces\IVRPEncoding.cs" />
Note: See TracChangeset for help on using the changeset viewer.