namespace HeuristicLab.Problems.ProgramSynthesis { using HeuristicLab.Core; public interface IPushSolution : IItem { } }