Changeset 13552 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 01/19/16 08:51:49 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/ICharacteristicCalculator.cs
r13540 r13552 27 27 IEnumerable<string> Characteristics { get; } 28 28 bool CanCalculate(IProblem problem); 29 IEnumerable<KeyValuePair<string, double>> Calculate(IProblem problem, IEnumerable<string> characteristics = null);29 IEnumerable<KeyValuePair<string, IItem>> Calculate(IProblem problem, IEnumerable<string> characteristics = null); 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.