Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.1/sources/HeuristicLab.SimOpt/HeuristicLabSimOptPlugin.cs @ 583

Last change on this file since 583 was 583, checked in by abeham, 16 years ago

Adding communication framework to branch 3.1 (ticket #278)

File size: 748 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.SimOpt {
8  [ClassInfo(Name = "HeuristicLab.SimOpt")]
9  [PluginFile(Filename = "HeuristicLab.SimOpt.dll", Filetype = PluginFileType.Assembly)]
10  [Dependency(Dependency = "HeuristicLab.Core")]
11  [Dependency(Dependency = "HeuristicLab.Data")]
12  [Dependency(Dependency = "HeuristicLab.Operators")]
13  [Dependency(Dependency = "HeuristicLab.Random")]
14  [Dependency(Dependency = "HeuristicLab.Constraints")]
15  [Dependency(Dependency = "HeuristicLab.Evolutionary")]
16  [Dependency(Dependency = "HeuristicLab.Permutation")]
17  public class HeuristicLabSimOptPlugin : PluginBase {
18  }
19}
Note: See TracBrowser for help on using the repository browser.