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