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