using HeuristicLab.Core; namespace HeuristicLab.Encodings.ScheduleEncoding { public interface IScheduleOperator : IOperator { } }