Changeset 17717 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation
- Timestamp:
- 08/05/20 04:37:37 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation/IPotvinCustomerRelocationMoveOperator.cs
r17226 r17717 20 20 #endregion 21 21 22 using HEAL.Attic; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Attic;25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 27 [StorableType("6F70F50C-411C-4AF9-A373-E2BCDFA66F56")] 28 public interface IPotvinCustomerRelocationMoveOperator : IVRPMoveOperator {28 public interface IPotvinCustomerRelocationMoveOperator : IVRPMoveOperator, IGeneralVRPOperator { 29 29 ILookupParameter<PotvinCustomerRelocationMove> CustomerRelocationMoveParameter { get; } 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.