Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/08 00:34:29 (16 years ago)
Author:
gkronber
Message:

added creation of empty SubOperatorTypeConstraints for each input of each function (#163)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/Equal.cs

    r229 r434  
    3838      : base() {
    3939      AddConstraint(new NumberOfSubOperatorsConstraint(2, 2));
     40      AddConstraint(new SubOperatorTypeConstraint(0));
     41      AddConstraint(new SubOperatorTypeConstraint(1));
    4042    }
    4143
Note: See TracChangeset for help on using the changeset viewer.