Changeset 7689 for branches/VRP
- Timestamp:
- 04/02/12 18:44:57 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 12 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r7090 r7689 179 179 <Compile Include="Analyzer\ConstraintRelaxation\TimeWindowed\TimeWindowRelaxationVRPAnalyzer.cs" /> 180 180 <Compile Include="Analyzer\VRPSolution.cs" /> 181 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\IPotvinOnePointCrossoverMoveOperator.cs" /> 182 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverExhaustiveMoveGenerator.cs" /> 183 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMove.cs" /> 184 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveAttribute.cs" /> 185 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveEvaluator.cs" /> 186 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveGenerator.cs" /> 187 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveMaker.cs" /> 188 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveTabuCriterion.cs" /> 189 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveTabuMaker.cs" /> 190 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMultiMoveGenerator.cs" /> 191 <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverSingleMoveGenerator.cs" /> 181 192 <Compile Include="Properties\AssemblyInfo.cs" /> 182 193 <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
Note: See TracChangeset
for help on using the changeset viewer.