- Timestamp:
- 11/29/16 15:46:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs
r13469 r14429 81 81 } 82 82 83 83 // TODO: There is no way to access the Operators collection other than through OperatorParameter.Value 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.