using HeuristicLab.Optimization; namespace HeuristicLab.Problems.Programmable { public interface IParameterVectorMoveOperator : IMoveOperator { } }