Changeset 17062 for stable/HeuristicLab.Algorithms.Benchmarks/3.3
- Timestamp:
- 07/04/19 14:45:47 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs
r15584 r17062 39 39 [Creatable(CreatableAttribute.Categories.TestingAndAnalysis, Priority = 130)] 40 40 [StorableClass] 41 public sealed class BenchmarkAlgorithm : IAlgorithm {41 public sealed class BenchmarkAlgorithm : IAlgorithm, IStorableContent { 42 42 private CancellationTokenSource cancellationTokenSource; 43 44 public string Filename { get; set; } 43 45 44 46 public string ItemName {
Note: See TracChangeset
for help on using the changeset viewer.