Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/11 14:58:23 (13 years ago)
Author:
svonolfe
Message:

Added success-dependant execution of the operators for the VRP (#1392)

Location:
branches/SuccessProgressAnalysis/HeuristicLab.Problems.VehicleRouting/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SuccessProgressAnalysis/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj

    r5163 r5493  
    1919    </UpgradeBackupLocation>
    2020    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    21     <TargetFrameworkProfile></TargetFrameworkProfile>
     21    <TargetFrameworkProfile>
     22    </TargetFrameworkProfile>
    2223    <PublishUrl>publish\</PublishUrl>
    2324    <Install>true</Install>
     
    111112    <Compile Include="Analyzers\BestVRPToursMemorizer.cs" />
    112113    <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" />
     114    <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" />
     115    <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" />
    113116    <Compile Include="SolutionParser.cs" />
    114117    <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
Note: See TracChangeset for help on using the changeset viewer.