Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/14/10 05:31:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/Comparator.cs

    r2790 r2794  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Text;
    2523using HeuristicLab.Core;
    2624using HeuristicLab.Data;
     
    3028namespace HeuristicLab.Operators {
    3129  /// <summary>
    32   /// Operator which increments an integer variable.
     30  /// An operator which compares two items.
    3331  /// </summary>
    3432  [Item("Comparator", "An operator which compares two items.")]
Note: See TracChangeset for help on using the changeset viewer.