using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Problems.PermutationFlowShop { [Plugin("HeuristicLab.Problems.PermutationFlowShop", "Provides an implementation of a great idea", "3.3.9.0")] [PluginFile("HeuristicLab.Problems.PermutationFlowShop-3.3.dll", PluginFileType.Assembly)] public class Plugin : PluginBase { } }