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