Changeset 7907 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery
- Timestamp:
- 05/25/12 11:34:55 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
-
Property
svn:mergeinfo
set to
/trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4 merged eligible
-
Property
svn:mergeinfo
set to
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/PotvinPDExchangeMove.cs
r6787 r7907 65 65 this.Individual = individual.Clone() as PotvinEncoding; 66 66 } 67 68 [StorableConstructor] 69 protected PotvinPDExchangeMove(bool deserializing) : base(deserializing) { } 67 70 68 71 public override IDeepCloneable Clone(Cloner cloner) { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/PotvinPDExchangeMoveMaker.cs
r7080 r7907 44 44 45 45 [StorableConstructor] 46 pr ivatePotvinPDExchangeMoveMaker(bool deserializing) : base(deserializing) { }46 protected PotvinPDExchangeMoveMaker(bool deserializing) : base(deserializing) { } 47 47 48 48 public PotvinPDExchangeMoveMaker() -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDRearrange/PotvinPDRearrangeMove.cs
r6787 r7907 70 70 } 71 71 72 [StorableConstructor] 73 protected PotvinPDRearrangeMove(bool deserializing) : base(deserializing) { } 74 72 75 #region IVRPMove Members 73 76 -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDRearrange/PotvinPDRearrangeMoveMaker.cs
r7080 r7907 44 44 45 45 [StorableConstructor] 46 pr ivatePotvinPDRearrangeMoveMaker(bool deserializing) : base(deserializing) { }46 protected PotvinPDRearrangeMoveMaker(bool deserializing) : base(deserializing) { } 47 47 48 48 public PotvinPDRearrangeMoveMaker() -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/PotvinPDShiftMove.cs
r6787 r7907 75 75 } 76 76 77 [StorableConstructor] 78 protected PotvinPDShiftMove(bool deserializing) : base(deserializing) { } 79 77 80 #region IVRPMove Members 78 81 -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/PotvinPDShiftMoveMaker.cs
r7791 r7907 45 45 46 46 [StorableConstructor] 47 pr ivatePotvinPDShiftMoveMaker(bool deserializing) : base(deserializing) { }47 protected PotvinPDShiftMoveMaker(bool deserializing) : base(deserializing) { } 48 48 49 49 public PotvinPDShiftMoveMaker()
Note: See TracChangeset
for help on using the changeset viewer.