Changeset 17034 for branches/2435-alglib_3_15/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveBasicProblem.cs
- Timestamp:
- 06/25/19 23:14:06 (6 years ago)
- Location:
- branches/2435-alglib_3_15
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2435-alglib_3_15
- Property svn:mergeinfo changed
-
branches/2435-alglib_3_15/HeuristicLab.Optimization
- Property svn:mergeinfo changed
/branches/2931_OR-Tools_LP_MIP/HeuristicLab.Optimization (added) merged: 16233,16582 /trunk/HeuristicLab.Optimization (added) merged: 16782,16784,16794,16796,16860,16875,16910
- Property svn:mergeinfo changed
-
branches/2435-alglib_3_15/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveBasicProblem.cs
r16565 r17034 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using HEAL.Attic; 25 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Core; 27 28 using HeuristicLab.Data; 28 29 using HeuristicLab.Parameters; 29 using HEAL.Attic;30 30 31 31 namespace HeuristicLab.Optimization { … … 95 95 96 96 protected override void OnOperatorsChanged() { 97 base.OnOperatorsChanged();98 97 if (Encoding != null) { 99 98 PruneMultiObjectiveOperators(Encoding); … … 105 104 } 106 105 } 106 base.OnOperatorsChanged(); 107 107 } 108 108
Note: See TracChangeset
for help on using the changeset viewer.