using System; using System.Collections.Generic; using System.Linq; using System.Text; using HeuristicLab.Core; namespace HeuristicLab.Problems.Scheduling.Interfaces { interface IPRVOperator : IOperator { } }