Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/12 10:18:06 (13 years ago)
Author:
svonolfe
Message:

Improved performance, added MPISolutionsCreator (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.Operators.MPISupport/3.3/Plugin.cs.frame

    r7205 r7544  
    3535  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3636  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     37  [PluginDependency("HeuristicLab.Data", "3.3")]
     38  [PluginDependency("HeuristicLab.Parameters", "3.3")]
     39  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
     40  [PluginDependency("HeuristicLab.Problems.VehicleRouting", "3.4")]
    3741  public class HeuristicLabOperatorsMPISupportPlugin : PluginBase {
    3842  }
Note: See TracChangeset for help on using the changeset viewer.