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