Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/11 18:33:23 (12 years ago)
Author:
epitzer
Message:

#1696 correct output paths and add VRP analysis project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLabProblemsNKPlugin.cs.frame

    r7128 r7141  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Analysis.FitnessLandscape {
     24namespace HeuristicLab.Problems.NK {
    2525
    2626  [Plugin("HeuristicLab.Problems.NK", "3.3.0.$WCREV$")]
     
    3737  [PluginDependency("HeuristicLab.Persistence", "3.3")] 
    3838  [PluginDependency("HeuristicLab.Random", "3.3")]   
    39   public class HeuristicLabAnalysisFitnessLandscapePlugin : PluginBase { }
     39  public class HeuristicProblemsNKPlugin : PluginBase { }
    4040}
Note: See TracChangeset for help on using the changeset viewer.