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
Location:
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
Files:
4 added
1 edited

Legend:

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

    r2864 r2882  
    2121
    2222using System;
     23using HeuristicLab.Collections;
    2324using HeuristicLab.Common;
    2425using HeuristicLab.Core;
     
    3132    Type ProblemType { get; }
    3233    IProblem Problem { get; set; }
     34    IObservableKeyedCollection<string, IVariable> Results { get; }
    3335    TimeSpan ExecutionTime { get; }
    3436    bool Running { get; }
Note: See TracChangeset for help on using the changeset viewer.