Changeset 7907 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar
- Timestamp:
- 05/25/12 11:34:55 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 6 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/TwoOptStar/PotvinTwoOptStarExhaustiveMoveGenerator.cs
r7865 r7907 44 44 } 45 45 46 private PotvinTwoOptStarExhaustiveMoveGenerator(PotvinTwoOptStar MoveGenerator original, Cloner cloner)46 private PotvinTwoOptStarExhaustiveMoveGenerator(PotvinTwoOptStarExhaustiveMoveGenerator original, Cloner cloner) 47 47 : base(original, cloner) { 48 48 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMove.cs
r7865 r7907 81 81 } 82 82 83 [StorableConstructor] 84 protected PotvinTwoOptStarMove(bool deserializing) : base(deserializing) { } 85 83 86 #region IVRPMove Members 84 87 -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveMaker.cs
r7865 r7907 45 45 46 46 [StorableConstructor] 47 pr ivatePotvinTwoOptStarMoveMaker(bool deserializing) : base(deserializing) { }47 protected PotvinTwoOptStarMoveMaker(bool deserializing) : base(deserializing) { } 48 48 49 49 public PotvinTwoOptStarMoveMaker() -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMultiMoveGenerator.cs
r7865 r7907 56 56 } 57 57 58 private PotvinTwoOptStarMultiMoveGenerator(PotvinTwoOptStarM oveGenerator original, Cloner cloner)58 private PotvinTwoOptStarMultiMoveGenerator(PotvinTwoOptStarMultiMoveGenerator original, Cloner cloner) 59 59 : base(original, cloner) { 60 60 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarSingleMoveGenerator.cs
r7865 r7907 60 60 } 61 61 62 private PotvinTwoOptStarSingleMoveGenerator(PotvinTwoOptStar MoveGenerator original, Cloner cloner)62 private PotvinTwoOptStarSingleMoveGenerator(PotvinTwoOptStarSingleMoveGenerator original, Cloner cloner) 63 63 : base(original, cloner) { 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.