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/Or.cs

    r229 r434  
    3939      : base() {
    4040      AddConstraint(new NumberOfSubOperatorsConstraint(2, 3));
     41      AddConstraint(new SubOperatorTypeConstraint(0));
     42      AddConstraint(new SubOperatorTypeConstraint(1));
     43      AddConstraint(new SubOperatorTypeConstraint(2));
    4144    }
    4245
Note: See TracChangeset for help on using the changeset viewer.