Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 19:24:23 (15 years ago)
Author:
gkronber
Message:

Created a branch for #713

Location:
branches/GP-Refactoring-713
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/GreaterThan.cs

    r1529 r2202  
    2727
    2828namespace HeuristicLab.GP.StructureIdentification {
    29   public sealed class GreaterThan : FunctionBase {
     29  public sealed class GreaterThan : BinaryFunction {
    3030    public override string Description {
    3131      get {
     
    3434    }
    3535
    36     public GreaterThan()
    37       : base() {
    38       AddConstraint(new NumberOfSubOperatorsConstraint(2, 2));
    39       AddConstraint(new SubOperatorTypeConstraint(0));
    40       AddConstraint(new SubOperatorTypeConstraint(1));
    41     }
     36    public GreaterThan() : base() { }
    4237  }
    4338}
Note: See TracChangeset for help on using the changeset viewer.