Changeset 17704 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Timestamp:
- 07/28/20 23:36:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IMultiVRPOperator.cs
r17226 r17704 21 21 22 22 using System.Collections.Generic; 23 using HEAL.Attic; 23 24 using HeuristicLab.Core; 24 using HEAL.Attic;25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 27 [StorableType("4ED07F1F-AC5F-4771-8916-AF7DD576C581")] 28 interface IMultiVRPOperator : IVRPOperator {28 interface IMultiVRPOperator : IVRPOperator, IMultiOperator { 29 29 void SetOperators(IEnumerable<IOperator> operators); 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.