source:
branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame
@
12261
Last change on this file since 12261 was 12166, checked in by apolidur, 10 years ago | |
---|---|
File size: 320 bytes |
Line | |
---|---|
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.