Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/10 06:35:43 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

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

    r2852 r2865  
    2727  /// The base class for visual representations of items.
    2828  /// </summary>
    29   [Content(typeof(Problem), true)]
    30   [Content(typeof(IProblem), false)]
     29  [Content(typeof(IProblem), true)]
    3130  public partial class ProblemView : ParameterizedNamedItemView {
    3231    public new IProblem Content {
Note: See TracChangeset for help on using the changeset viewer.