Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/10 21:00:27 (14 years ago)
Author:
abeham
Message:

Fixed plugin class of tabu search #840

Location:
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
        4 HeuristicLabAlgorithmsTSPlugin.cs
         4HeuristicLabAlgorithmsTabuSearchPlugin.cs
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLabAlgorithmsTabuSearchPlugin.cs.frame

    r3100 r3102  
    2424namespace HeuristicLab.Algorithms.TabuSearch {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Algorithms.TS plugin.
     26  /// Plugin class for HeuristicLab.Algorithms.TabuSearch plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.TS", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.TS-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.TabuSearch", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.TabuSearch-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3838  [PluginDependency("HeuristicLab.Random", "3.3")]
    3939  [PluginDependency("HeuristicLab.Selection", "3.3")]
    40   public class HeuristicLabAlgorithmsTSPlugin : PluginBase {
     40  public class HeuristicLabAlgorithmsTabuSearchPlugin : PluginBase {
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.