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.CplexSolver/3.3/Plugin.cs.frame

    r14595 r14604  
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
    29   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3029  [PluginDependency("HeuristicLab.Core", "3.3")]
    3130  [PluginDependency("HeuristicLab.Data", "3.3")]
     
    3332  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3433  [PluginDependency("HeuristicLab.Parameters", "3.3")]
     34  [PluginDependency("HeuristicLab.Problems.FacilityLocation", "3.3")]
    3535  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    36   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
     36  [PluginDependency("HeuristicLab.Random", "3.3")]
    3737  public class HeuristicLabProblemsFacilityLocationCplexSolverPlugin : PluginBase {
    3838    }
Note: See TracChangeset for help on using the changeset viewer.