Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/10 16:08:46 (14 years ago)
Author:
svonolfe
Message:

Refactored VRP, added some Potvin operators (WIP) (#1039)

File:
1 edited

Legend:

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

    r4154 r4174  
    107107  <ItemGroup>
    108108    <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" />
     109    <Compile Include="Encodings\Potvin\Crossovers\PotvinSBXCrossover.cs" />
     110    <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
     111    <Compile Include="Encodings\Potvin\Manipulators\Potvin2MManipulator.cs" />
     112    <Compile Include="Encodings\Potvin\Manipulators\Potvin1MManipulator.cs" />
     113    <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
    109114    <Compile Include="VRPUtilities.cs" />
    110115    <Compile Include="VRPOperator.cs" />
     
    222227    </BootstrapperPackage>
    223228  </ItemGroup>
    224   <ItemGroup>
    225     <Folder Include="Encodings\Potvin\Crossovers\" />
    226     <Folder Include="Encodings\Potvin\Manipulators\" />
    227   </ItemGroup>
     229  <ItemGroup />
    228230  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    229231  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.