Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/09 10:47:00 (15 years ago)
Author:
gkronber
Message:

GP Refactoring: #713

  • added project GP.Operators
  • moved operators from plugin GP to plugin GP.Operators
  • deleted unused constraints
  • removed dependency of GP plugins on Constraints plugin
  • moved StructID functions into directory Symbols
  • deleted unused class FunView
  • implemented add and remove functionality for the FunctionLibraryView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs

    r2210 r2212  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Text;
    2522using HeuristicLab.PluginInfrastructure;
    2623
     
    2825  [ClassInfo(Name = "HeuristicLab.GP.StructureIdentification-3.3")]
    2926  [PluginFile(Filename = "HeuristicLab.GP.StructureIdentification-3.3.dll", Filetype = PluginFileType.Assembly)]
    30   [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]
    3127  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    3228  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
     
    3531  [Dependency(Dependency = "HeuristicLab.GP-3.3")]
    3632  [Dependency(Dependency = "HeuristicLab.GP.Interfaces-3.3")]
     33  [Dependency(Dependency = "HeuristicLab.GP.Operators-3.3")]
    3734  [Dependency(Dependency = "HeuristicLab.Logging-3.2")]
    3835  [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
Note: See TracChangeset for help on using the changeset viewer.