- Timestamp:
- 11/19/21 16:07:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IProblem.cs
r17953 r18086 32 32 /// </summary> 33 33 public interface IProblem : IResultsProducingItem, IStorableContent { 34 //TODO extract into interface? ResultsProducingItems? Problem and Algorithm35 //ResultCollection Results { get; }36 37 34 event EventHandler Reset; 38 35 }
Note: See TracChangeset
for help on using the changeset viewer.