Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Solution/IPushSolution.cs @ 17603

Last change on this file since 17603 was 15289, checked in by pkimmesw, 7 years ago

#2665 Fixed analyzer, fixed Plush encoding + operators, adpated print evaluation according to McPhee

File size: 153 bytes
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Solution {
2  using HeuristicLab.Core;
3
4  public interface IPushSolution : IItem {
5
6  }
7}
Note: See TracBrowser for help on using the repository browser.