#3136: Improved item name and description of structured symreg problem.
[heuristiclab.git] / HeuristicLab.Problems.NK / 3.3 / Plugin.cs.frame
blob77ed70c04d9a7f903c9e86333d0965686ec98066
1 #region License Information\r
2 /* HeuristicLab\r
3  * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)\r
4  *\r
5  * This file is part of HeuristicLab.\r
6  *\r
7  * HeuristicLab is free software: you can redistribute it and/or modify\r
8  * it under the terms of the GNU General Public License as published by\r
9  * the Free Software Foundation, either version 3 of the License, or\r
10  * (at your option) any later version.\r
11  *\r
12  * HeuristicLab is distributed in the hope that it will be useful,\r
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15  * GNU General Public License for more details.\r
16  *\r
17  * You should have received a copy of the GNU General Public License\r
18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.\r
19  */\r
20 #endregion\r
22 using HeuristicLab.PluginInfrastructure;\r
24 namespace HeuristicLab.Problems.NK {\r
25   [Plugin("HeuristicLab.Problems.NK", "3.3.16.$WCREV$")]\r
26   [PluginFile("HeuristicLab.Problems.NK-3.3.dll", PluginFileType.Assembly)]\r
27   [PluginDependency("HeuristicLab.Collections", "3.3")]\r
28   [PluginDependency("HeuristicLab.Common", "3.3")]\r
29   [PluginDependency("HeuristicLab.Core", "3.3")]  \r
30   [PluginDependency("HeuristicLab.Data", "3.3")]\r
31   [PluginDependency("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3")]\r
32   [PluginDependency("HeuristicLab.Operators", "3.3")]\r
33   [PluginDependency("HeuristicLab.Optimization", "3.3")]  \r
34   [PluginDependency("HeuristicLab.Parameters", "3.3")]\r
35   [PluginDependency("HeuristicLab.Attic", "1.0")]  \r
36   [PluginDependency("HeuristicLab.Problems.Binary", "3.3")]\r
37   [PluginDependency("HeuristicLab.Random", "3.3")]    \r
38   public class HeuristicLabProblemsNKPlugin : PluginBase { }\r
39 }\r