Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/17 14:30:18 (7 years ago)
Author:
jkarder
Message:

#2205: worked on optimization networks

  • updated ttp networks (1, 2, 3)
  • added lrp network (1)
  • fixed plugin dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Problems.FacilityLocation/3.3/Plugin.cs.frame

    r14587 r14604  
    2525  [Plugin("HeuristicLab.Problems.FacilityLocation", "Plugin that provides the definition for the facility location problem (FLP)", "3.3.14.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.FacilityLocation-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2728  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2829  [PluginDependency("HeuristicLab.Common", "3.3")]
    29   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3030  [PluginDependency("HeuristicLab.Core", "3.3")]
    3131  [PluginDependency("HeuristicLab.Data", "3.3")]
    3232  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
    3333  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     34  [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    3435  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3536  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    36   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    3737  public class HeuristicLabProblemsFacilityLocationPlugin : PluginBase { }
    3838}
Note: See TracChangeset for help on using the changeset viewer.