Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/IAlbaOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 26 [StorableType("E4EADC47-5FEC-429D-B713-795171F8C85B")] 25 27 public interface IAlbaOperator : 26 28 ISingleDepotOperator, IHeterogenousCapacitatedOperator, IMultiDepotOperator, ITimeWindowedOperator { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/IntraRouteInversion/IAlbaIntraRouteInversionMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 27 [StorableType("70080696-44A4-41C0-9FFF-B84C35303AEB")] 26 28 public interface IAlbaIntraRouteInversionMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<AlbaIntraRouteInversionMove> IntraRouteInversionMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange/IAlbaLambdaInterchangeMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 27 [StorableType("81637BC6-8D9E-420D-9591-81A9EAA04E6E")] 26 28 public interface IAlbaLambdaInterchangeMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<AlbaLambdaInterchangeMove> LambdaInterchangeMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/IAlbaTranslocationMoveOperator.cs
r16453 r16477 23 23 using HeuristicLab.Encodings.PermutationEncoding; 24 24 using HeuristicLab.Problems.VehicleRouting.Interfaces; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 28 [StorableType("781B6DDB-B55A-42C2-84E1-090E6F654089")] 27 29 public interface IAlbaTranslocationMoveOperator : IVRPMoveOperator { 28 30 ILookupParameter<TranslocationMove> TranslocationMoveParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.