- Timestamp:
- 01/14/19 22:33:44 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs
r14429 r16532 81 81 } 82 82 83 // TODO: There is no way to access the Operators collection other than through OperatorParameter.Value 83 84 84 protected override IEnumerable<IItem> GetOperators() { 85 85 if (Encoding == null) return base.GetOperators();
Note: See TracChangeset
for help on using the changeset viewer.