Changeset 3260 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 04/03/10 06:04:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IAlgorithm.cs
r3226 r3260 21 21 22 22 using System; 23 using HeuristicLab.Collections;23 using System.Collections.Generic; 24 24 using HeuristicLab.Common; 25 25 using HeuristicLab.Core; … … 41 41 void Stop(); 42 42 43 void CollectResultValues(IDictionary<string, IItem> values); 44 43 45 event EventHandler ProblemChanged; 44 46 event EventHandler ExecutionTimeChanged;
Note: See TracChangeset
for help on using the changeset viewer.