Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/10 03:35:11 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Algorithm.cs

    r2864 r2882  
    2222using System;
    2323using System.Drawing;
     24using HeuristicLab.Collections;
    2425using HeuristicLab.Common;
    2526using HeuristicLab.Core;
     
    5556      }
    5657    }
     58
     59    public abstract IObservableKeyedCollection<string, IVariable> Results { get; }
    5760
    5861    public abstract TimeSpan ExecutionTime { get; }
Note: See TracChangeset for help on using the changeset viewer.