Changeset 17577 for branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces
- Timestamp:
- 05/29/20 15:18:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/ISolutionContext.cs
r17459 r17577 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using HEAL.Attic; 23 24 using HeuristicLab.Core; … … 29 30 30 31 bool IsEvaluated { get; } 32 IEnumerable<KeyValuePair<string, object>> AdditionalData { get; } 31 33 IEncodedSolution EncodedSolution { get; } 32 34
Note: See TracChangeset
for help on using the changeset viewer.