- Timestamp:
- 11/24/15 16:01:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/IProblem.cs
r13339 r13361 36 36 } 37 37 38 public interface IProblem<TEncoding, TSolution> : IHeuristicOptimizationProblem , IProblemDefinition<TEncoding, TSolution>38 public interface IProblem<TEncoding, TSolution> : IHeuristicOptimizationProblem 39 39 where TEncoding : class, IEncoding<TSolution> 40 40 where TSolution : class, ISolution {
Note: See TracChangeset
for help on using the changeset viewer.