source:
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs
@
14778
Last change on this file since 14778 was 14727, checked in by pkimmesw, 8 years ago | |
---|---|
File size: 290 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Problems.ProgramSynthesis.Push.Exporter |
2 | { |
3 | using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions; |
4 | |
5 | public static class Exporter |
6 | { |
7 | public static string ToString(Expression expression) |
8 | { |
9 | return expression.ToString(); |
10 | } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.