namespace HeuristicLab.Problems.ProgramSynthesis.Push.Encoding { using HeuristicLab.Core; public interface IPlushOperator : IOperator { } }