namespace HeuristicLab.Problems.ProgramSynthesis { using HeuristicLab.Optimization; internal interface IPushExpressionAnalyzer : IAnalyzer { } }