- 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.TravelingSalesman/3.3/Analyzers/BestTSPSolutionAnalyzer.cs
r6051 r7255 37 37 [StorableClass] 38 38 public sealed class BestTSPSolutionAnalyzer : SingleSuccessorOperator, IAnalyzer { 39 public 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.TravelingSalesman/3.3/PathTSPTour.cs
r5445 r7255 35 35 [StorableClass] 36 36 public sealed class PathTSPTour : 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.