Changeset 5510 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters
- Timestamp:
- 02/17/11 13:51:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeStringFormatter.cs
r5499 r5510 46 46 } 47 47 48 public string Format( SymbolicExpressionTree symbolicExpressionTree) {48 public string Format(ISymbolicExpressionTree symbolicExpressionTree) { 49 49 return FormatRecursively(symbolicExpressionTree.Root, 0); 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.