- Timestamp:
- 09/21/11 09:13:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/IfFoodAhead.cs
r6803 r6813 29 29 public sealed class IfFoodAhead : Symbol { 30 30 private const int minimumArity = 2; 31 private const int maximumArity = 3;31 private const int maximumArity = 2; 32 32 33 33 public override int MinimumArity {
Note: See TracChangeset
for help on using the changeset viewer.