Changeset 4696 for branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators
- Timestamp:
- 10/31/10 11:36:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/MultiVRPSolutionCreator.cs
r4687 r4696 79 79 80 80 [StorableConstructor] 81 pr ivateMultiVRPSolutionCreator(bool deserializing) : base(deserializing) { }81 protected MultiVRPSolutionCreator(bool deserializing) : base(deserializing) { } 82 82 protected MultiVRPSolutionCreator(MultiVRPSolutionCreator original, Cloner cloner) : base(original, cloner) { } 83 83 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.