Changeset 3237 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Interfaces
- Timestamp:
- 03/30/10 19:38:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Interfaces/ISymbolicExpressionGrammar.cs
r3223 r3237 42 42 int MinSubTrees(Symbol start); 43 43 int MaxSubTrees(Symbol start); 44 45 bool IsValidExpression(SymbolicExpressionTree expression); 44 46 } 45 47 }
Note: See TracChangeset
for help on using the changeset viewer.