Changeset 16724 for branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators
- Timestamp:
- 03/28/19 17:18:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingOperator.cs
r16723 r16724 39 39 } 40 40 41 encoding.OperatorsChanged += Encoding_OperatorsChanged;42 41 [StorableConstructor] 43 42 protected MultiEncodingOperator(StorableConstructorFlag _) : base(_) { }
Note: See TracChangeset
for help on using the changeset viewer.