- Timestamp:
- 07/28/09 19:24:23 (15 years ago)
- Location:
- branches/GP-Refactoring-713
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Nand.cs
r1529 r2202 38 38 public Nand() 39 39 : base() { 40 AddConstraint(new NumberOfSubOperatorsConstraint(2, 2)); 41 AddConstraint(new SubOperatorTypeConstraint(0)); 42 AddConstraint(new SubOperatorTypeConstraint(1)); 40 MinArity = 2; MaxArity = 2; 43 41 } 44 42 }
Note: See TracChangeset
for help on using the changeset viewer.