Changeset 17620 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering/3.3/Interfaces
- Timestamp:
- 06/22/20 03:45:41 (4 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering/3.3/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringSolutionCreator.cs
r17525 r17620 21 21 22 22 using HEAL.Attic; 23 using HeuristicLab.Core;24 23 using HeuristicLab.Encodings.IntegerVectorEncoding; 25 24 26 25 namespace HeuristicLab.Problems.Orienteering { 27 26 [StorableType("7E0D4527-4D8C-4FBA-BB3A-26F20B6463ED")] 28 public interface IOrienteeringSolutionCreator : IIntegerVectorCreator { 29 ILookupParameter<IOrienteeringProblemData> OrienteeringProblemDataParameter { get; } 27 public interface IOrienteeringSolutionCreator : IIntegerVectorCreator, IOrienteeringOperator { 30 28 } 31 29 }
Note: See TracChangeset
for help on using the changeset viewer.