Changeset 6716 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Timestamp:
- 09/07/11 10:14:09 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Crossovers/MultiVRPSolutionCrossover.cs
r5200 r6716 60 60 61 61 [StorableConstructor] 62 pr ivateMultiVRPSolutionCrossover(bool deserializing) : base(deserializing) { }62 protected MultiVRPSolutionCrossover(bool deserializing) : base(deserializing) { } 63 63 public MultiVRPSolutionCrossover() 64 64 : base() { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs
r5200 r6716 56 56 57 57 [StorableConstructor] 58 pr ivateMultiVRPSolutionManipulator(bool deserializing) : base(deserializing) { }58 protected MultiVRPSolutionManipulator(bool deserializing) : base(deserializing) { } 59 59 public MultiVRPSolutionManipulator() 60 60 : base() { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r6711 r6716 173 173 <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" /> 174 174 <Compile Include="Encodings\General\Creators\VRPCreator.cs" /> 175 <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" /> 175 176 <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" /> 176 177 <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" /> 177 178 <Compile Include="Encodings\General\Crossovers\VRPCrossover.cs" /> 179 <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" /> 178 180 <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" /> 179 181 <Compile Include="Encodings\General\Manipulators\VRPManipulator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.