Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using System.Threading.Tasks;
|
---|
6 | using HeuristicLab.PluginInfrastructure;
|
---|
7 |
|
---|
8 | namespace 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.