Changeset 13336 for branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs
- Timestamp:
- 11/23/15 15:15:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs
r12012 r13336 27 27 /// </summary> 28 28 public interface ISolutionCreator : IOperator { } 29 30 public interface ISolutionCreator<TSolution> : ISolutionCreator where TSolution : class, ISolution { } 29 31 }
Note: See TracChangeset
for help on using the changeset viewer.