Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/30/11 15:23:48 (13 years ago)
Author:
svonolfe
Message:

Added vehicle assignment manipulator and move for multi depot instances (#1177)

File:
1 edited

Legend:

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

    r6856 r6857  
    170170    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaStochasticTranslocationSingleMoveGenerator.cs" />
    171171    <Compile Include="Encodings\Alba\Moves\ThreeOpt\IAlbaTranslocationMoveOperator.cs" />
    172     <Compile Include="Encodings\ExtendedPotvin\Creators\ExtendedPotvinCreator.cs" />
    173     <Compile Include="Encodings\ExtendedPotvin\Crossovers\ExtendedPotvinCrossover.cs" />
    174     <Compile Include="Encodings\ExtendedPotvin\IExtendedPotvinOperator.cs" />
    175     <Compile Include="Encodings\ExtendedPotvin\ExtendedPotvinEncoding.cs" />
    176     <Compile Include="Encodings\ExtendedPotvin\Manipulators\ExtendedPotvinManipulator.cs" />
     172    <Compile Include="Encodings\Potvin\Creators\IterativeInsertionCreator.cs" />
     173    <Compile Include="Encodings\Potvin\Creators\PushForwardInsertionCreator.cs" />
    177174    <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
    178175    <Compile Include="Encodings\General\Creators\VRPCreator.cs" />
     
    207204    <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
    208205    <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
    209     <Compile Include="Encodings\ExtendedPotvin\Creators\PushForwardInsertionCreator.cs" />
    210206    <Compile Include="Encodings\Potvin\Creators\PotvinCreator.cs" />
    211     <Compile Include="Encodings\ExtendedPotvin\Creators\IterativeInsertionCreator.cs" />
    212207    <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
    213208    <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
     
    215210    <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
    216211    <Compile Include="Encodings\Potvin\IPotvinOperator.cs" />
     212    <Compile Include="Encodings\Potvin\Manipulators\PotvinVehicleAssignmentManipulator.cs" />
    217213    <Compile Include="Encodings\Potvin\Manipulators\PotvinCustomerRelocationManipulator.cs" />
    218214    <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
     
    266262    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveGenerator.cs" />
    267263    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMove.cs" />
     264    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\IPotvinVehicleAssignmentMoveOperator.cs" />
     265    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuCriterion.cs" />
     266    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuMaker.cs" />
     267    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentExhaustiveMoveGenerator.cs" />
     268    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMove.cs" />
     269    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveAttribute.cs" />
     270    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveEvaluator.cs" />
     271    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveGenerator.cs" />
     272    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveMaker.cs" />
     273    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMultiMoveGenerator.cs" />
     274    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentSingleMoveGenerator.cs" />
    268275    <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
    269276    <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
Note: See TracChangeset for help on using the changeset viewer.