Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRDisplacementManipulator.cs
r14927 r15018 30 30 public sealed class GVRDisplacementManipulator : GVRManipulator { 31 31 [StorableConstructor] 32 private GVRDisplacementManipulator( booldeserializing) : base(deserializing) { }32 private GVRDisplacementManipulator(StorableConstructorFlag deserializing) : base(deserializing) { } 33 33 34 34 public GVRDisplacementManipulator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRInsertionManipulator.cs
r14927 r15018 29 29 public sealed class GVRInsertionManipulator : GVRManipulator { 30 30 [StorableConstructor] 31 private GVRInsertionManipulator( booldeserializing) : base(deserializing) { }31 private GVRInsertionManipulator(StorableConstructorFlag deserializing) : base(deserializing) { } 32 32 33 33 public GVRInsertionManipulator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRInversionManipulator.cs
r14927 r15018 29 29 public sealed class GVRInversionManipulator : GVRManipulator { 30 30 [StorableConstructor] 31 private GVRInversionManipulator( booldeserializing) : base(deserializing) { }31 private GVRInversionManipulator(StorableConstructorFlag deserializing) : base(deserializing) { } 32 32 33 33 public GVRInversionManipulator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRManipulator.cs
r14927 r15018 37 37 38 38 [StorableConstructor] 39 protected GVRManipulator( booldeserializing) : base(deserializing) { }39 protected GVRManipulator(StorableConstructorFlag deserializing) : base(deserializing) { } 40 40 41 41 public GVRManipulator() { -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRSwapManipulator.cs
r14927 r15018 29 29 public sealed class GVRSwapManipulator : GVRManipulator { 30 30 [StorableConstructor] 31 private GVRSwapManipulator( booldeserializing) : base(deserializing) { }31 private GVRSwapManipulator(StorableConstructorFlag deserializing) : base(deserializing) { } 32 32 33 33 public GVRSwapManipulator()
Note: See TracChangeset
for help on using the changeset viewer.