Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarExhaustiveMoveGenerator.cs
r14927 r15018 36 36 37 37 [StorableConstructor] 38 private PotvinTwoOptStarExhaustiveMoveGenerator( booldeserializing) : base(deserializing) { }38 private PotvinTwoOptStarExhaustiveMoveGenerator(StorableConstructorFlag deserializing) : base(deserializing) { } 39 39 40 40 public PotvinTwoOptStarExhaustiveMoveGenerator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMove.cs
r14927 r15018 80 80 81 81 [StorableConstructor] 82 protected PotvinTwoOptStarMove( booldeserializing) : base(deserializing) { }82 protected PotvinTwoOptStarMove(StorableConstructorFlag deserializing) : base(deserializing) { } 83 83 84 84 #region IVRPMove Members -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveAttribute.cs
r14927 r15018 42 42 43 43 [StorableConstructor] 44 protected PotvinTwoOptStarMoveAttribute( booldeserializing) : base(deserializing) { }44 protected PotvinTwoOptStarMoveAttribute(StorableConstructorFlag deserializing) : base(deserializing) { } 45 45 protected PotvinTwoOptStarMoveAttribute(PotvinTwoOptStarMoveAttribute original, Cloner cloner) 46 46 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveEvaluator.cs
r14927 r15018 37 37 } 38 38 [StorableConstructor] 39 private PotvinTwoOptStarMoveEvaluator( booldeserializing) : base(deserializing) { }39 private PotvinTwoOptStarMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 40 40 41 41 public PotvinTwoOptStarMoveEvaluator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveGenerator.cs
r14927 r15018 43 43 44 44 [StorableConstructor] 45 protected PotvinTwoOptStarMoveGenerator( booldeserializing) : base(deserializing) { }45 protected PotvinTwoOptStarMoveGenerator(StorableConstructorFlag deserializing) : base(deserializing) { } 46 46 47 47 public PotvinTwoOptStarMoveGenerator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveMaker.cs
r14927 r15018 41 41 42 42 [StorableConstructor] 43 protected PotvinTwoOptStarMoveMaker( booldeserializing) : base(deserializing) { }43 protected PotvinTwoOptStarMoveMaker(StorableConstructorFlag deserializing) : base(deserializing) { } 44 44 45 45 public PotvinTwoOptStarMoveMaker() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveTabuCriterion.cs
r14927 r15018 84 84 85 85 [StorableConstructor] 86 protected PotvinTwoOptStarMoveTabuCriterion( booldeserializing) : base(deserializing) { }86 protected PotvinTwoOptStarMoveTabuCriterion(StorableConstructorFlag deserializing) : base(deserializing) { } 87 87 protected PotvinTwoOptStarMoveTabuCriterion(PotvinTwoOptStarMoveTabuCriterion original, Cloner cloner) : base(original, cloner) { } 88 88 public PotvinTwoOptStarMoveTabuCriterion() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMoveTabuMaker.cs
r14927 r15018 75 75 76 76 [StorableConstructor] 77 protected PotvinTwoOptStarMoveTabuMaker( booldeserializing) : base(deserializing) { }77 protected PotvinTwoOptStarMoveTabuMaker(StorableConstructorFlag deserializing) : base(deserializing) { } 78 78 protected PotvinTwoOptStarMoveTabuMaker(PotvinTwoOptStarMoveTabuMaker original, Cloner cloner) : base(original, cloner) { } 79 79 public PotvinTwoOptStarMoveTabuMaker() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarMultiMoveGenerator.cs
r14927 r15018 47 47 48 48 [StorableConstructor] 49 private PotvinTwoOptStarMultiMoveGenerator( booldeserializing) : base(deserializing) { }49 private PotvinTwoOptStarMultiMoveGenerator(StorableConstructorFlag deserializing) : base(deserializing) { } 50 50 51 51 public PotvinTwoOptStarMultiMoveGenerator() -
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/PotvinTwoOptStarSingleMoveGenerator.cs
r14927 r15018 50 50 51 51 [StorableConstructor] 52 private PotvinTwoOptStarSingleMoveGenerator( booldeserializing) : base(deserializing) { }52 private PotvinTwoOptStarSingleMoveGenerator(StorableConstructorFlag deserializing) : base(deserializing) { } 53 53 54 54 public PotvinTwoOptStarSingleMoveGenerator()
Note: See TracChangeset
for help on using the changeset viewer.