using HeuristicLab.Optimization; namespace HeuristicLab.Problems.NK { public interface INKEvaluator : ISingleObjectiveEvaluator { } }