- Timestamp:
- 01/02/12 11:40:31 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
-
branches/RegressionBenchmarks/HeuristicLab.Problems.Knapsack/3.3/Analyzers/BestKnapsackSolutionAnalyzer.cs
r5445 r7255 37 37 [StorableClass] 38 38 public class BestKnapsackSolutionAnalyzer : SingleSuccessorOperator, IAnalyzer { 39 public virtual bool EnabledByDefault { 40 get { return true; } 41 } 42 39 43 public LookupParameter<BoolValue> MaximizationParameter { 40 44 get { return (LookupParameter<BoolValue>)Parameters["Maximization"]; } -
branches/RegressionBenchmarks/HeuristicLab.Problems.Knapsack/3.3/KnapsackSolution.cs
r5445 r7255 35 35 [StorableClass] 36 36 public class KnapsackSolution : Item { 37 public override ImageItemImage {37 public static new Image StaticItemImage { 38 38 get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; } 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.