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