Changeset 6939 for trunk/sources/HeuristicLab.Problems.Knapsack
- Timestamp:
- 10/27/11 12:01:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs
r6938 r6939 114 114 115 115 Maximization.Value = true; 116 MaximizationParameter.Hidden = true; 116 117 117 118 SolutionCreator.BinaryVectorParameter.ActualName = "KnapsackSolution"; … … 191 192 // BackwardsCompatibility3.3 192 193 #region Backwards compatible code (remove with 3.4) 193 if (Operators.Count >0) InitializeOperators();194 if (Operators.Count == 0) InitializeOperators(); 194 195 #endregion 195 196 AttachEventHandlers();
Note: See TracChangeset
for help on using the changeset viewer.