Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/10 00:01:24 (14 years ago)
Author:
swagner
Message:

Implemented !IStorableContent separately for each algorithm (#1193)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs

    r4068 r4437  
    3737  [Creatable("Algorithms")]
    3838  [StorableClass]
    39   public sealed class LocalSearch : EngineAlgorithm {
     39  public sealed class LocalSearch : EngineAlgorithm, IStorableContent {
     40    public string Filename { get; set; }
     41
    4042    #region Problem Properties
    4143    public override Type ProblemType {
Note: See TracChangeset for help on using the changeset viewer.