Changeset 5419 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 02/04/11 01:29:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IOptimizer.cs
r4068 r5419 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using HeuristicLab.Core; 23 24 … … 30 31 31 32 void Prepare(bool clearRuns); 33 34 IEnumerable<IOptimizer> NestedOptimizers { get; } 32 35 } 33 36 }
Note: See TracChangeset
for help on using the changeset viewer.