- Timestamp:
- 07/26/12 09:51:13 (13 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs
r7259 r8331 201 201 202 202 #region Parameter Properties 203 public ConstrainedValueParameter<IBenchmark> BenchmarkParameter {204 get { return ( ConstrainedValueParameter<IBenchmark>)Parameters["Benchmark"]; }203 public IConstrainedValueParameter<IBenchmark> BenchmarkParameter { 204 get { return (IConstrainedValueParameter<IBenchmark>)Parameters["Benchmark"]; } 205 205 } 206 206 private ValueParameter<IntValue> ChunkSizeParameter { -
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame
r7259 r8331 26 26 /// Plugin class for HeuristicLab.Algorithms.Benchmark plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different performance benchmark algorithms.", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different performance benchmark algorithms.", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.Benchmarks-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.Benchmarks/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8331 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.