Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PermutationFlowShopProblem/HeuristicLab.Problems.PermutationFlowShop/3.3/Plugin.cs @ 14097

Last change on this file since 14097 was 14020, checked in by rlongodo, 8 years ago

#2161: first commit of branch

File size: 477 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6using HeuristicLab.PluginInfrastructure;
7
8namespace HeuristicLab.Problems.PermutationFlowShop {
9  [Plugin("HeuristicLab.Problems.PermutationFlowShop", "Provides an implementation of a great idea", "3.3.9.0")]
10  [PluginFile("HeuristicLab.Problems.PermutationFlowShop-3.3.dll", PluginFileType.Assembly)]
11  public class Plugin : PluginBase {
12  }
13}
Note: See TracBrowser for help on using the repository browser.