Changeset 10459 for branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 02/17/14 08:58:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeLatexFormatter.cs
r10456 r10459 17 17 {"Subtraction", "$-$"}, 18 18 {"Multiplication", "$\\times$"}, 19 {"Division", "$\\div$"} 19 {"Division", "$\\div$"}, 20 {"Logarithm", "$\\log$"}, 21 {"Exponential", "$\\exp$"} 20 22 }; 21 23 private readonly ReingoldTilfordLayoutEngine<ISymbolicExpressionTreeNode> layoutEngine;
Note: See TracChangeset
for help on using the changeset viewer.