Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/16/12 14:56:46 (12 years ago)
Author:
svonolfe
Message:

Added earliest due time and nearest destination dispatching (#1955)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/HeuristicLab.PDPSimulation-3.3.csproj

    r8809 r8813  
    136136    </Reference>
    137137    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    138     <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    139139      <Private>False</Private>
    140140    </Reference>
     
    207207    <Compile Include="Optimizers\DynamicPDPOptimization.cs" />
    208208    <Compile Include="Optimizers\LocalUpdate\BestInsertion.cs" />
     209    <Compile Include="Optimizers\LocalUpdate\Dispatching.cs" />
     210    <Compile Include="Optimizers\LocalUpdate\EarliestDueTimeDispatching.cs" />
     211    <Compile Include="Optimizers\LocalUpdate\NearestDestinationDispatching.cs" />
    209212    <Compile Include="Optimizers\LocalUpdate\TreePriorityDispatching.cs" />
    210213    <Compile Include="Optimizers\LocalUpdate\LinearPriorityDispatching.cs" />
Note: See TracChangeset for help on using the changeset viewer.