Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs @ 17839

Last change on this file since 17839 was 14906, checked in by pkimmesw, 7 years ago

#2665 Formatted solution using hl dev settings

File size: 281 bytes
Line 
1namespace 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.