Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs @ 14733

Last change on this file since 14733 was 14727, checked in by pkimmesw, 7 years ago

#2665 PushGP HL Integration, Views, Parameters

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