source:
branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame
@
12247
Last change on this file since 12247 was 12166, checked in by apolidur, 10 years ago | |
---|---|
File size: 320 bytes |
Rev | Line | |
---|---|---|
[12166] | 1 | using HeuristicLab.PluginInfrastructure; |
2 | namespace HeuristicLab.Problems.PTSP { | |
3 | [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the PTSP", "3.3.11.$WCREV$")] | |
4 | [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)] | |
5 | public class Plugin : PluginBase { | |
6 | } | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.