Changeset 14906 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter
- Timestamp:
- 05/02/17 21:17:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs
r14727 r14906 1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Exporter 2 { 1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Exporter { 3 2 using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions; 4 3 5 public static class Exporter 6 { 7 public static string ToString(Expression expression) 8 { 4 public static class Exporter { 5 public static string ToString(Expression expression) { 9 6 return expression.ToString(); 10 7 }
Note: See TracChangeset
for help on using the changeset viewer.