Changeset 3269 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 04/05/10 18:52:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/Symbols/Prog3.cs
r3223 r3269 23 23 namespace HeuristicLab.Problems.ArtificialAnt { 24 24 public sealed class Prog3 : Symbol { 25 26 25 public Prog3() 27 26 : base() { 28 MinSubTrees = 3; MaxSubTrees = 3;29 27 } 30 28 }
Note: See TracChangeset
for help on using the changeset viewer.