Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6348


Ignore:
Timestamp:
06/01/11 09:58:30 (13 years ago)
Author:
svonolfe
Message:

Created plugin for the MPIAlgorithmRunner (#1542)

Location:
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet
Files:
6 added
5 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLabMPInetPlugin.cs

    r6347 r6348  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.log4net {
     24namespace HeuristicLab.MPInet {
    2525  [Plugin("HeuristicLab.MPInet", "1.0.0")]
    2626  [PluginFile("HeuristicLab.MPInet-1.0.0.dll", PluginFileType.Assembly)]
  • branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/MPIAlgorithmRunner/3.3/HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame

    r6345 r6348  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.VehicleRouting {
     24namespace HeuristicLab.MPIAlgorithmRunner {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.VehicleRouting plugin
     26  /// Plugin class for HeuristicLab.MPIAlgorithmRunner plugin
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Problems.VehicleRouting", "3.3.4.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.VehicleRouting-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    31   [PluginDependency("HeuristicLab.Collections", "3.3")]
     28  [Plugin("HeuristicLab.MPIAlgorithmRunner", "3.3.4.$WCREV$")]
     29  [PluginFile("HeuristicLab.MPIAlgorithmRunner-3.3.exe", PluginFileType.Assembly)]
    3230  [PluginDependency("HeuristicLab.Common", "3.3")]
    33   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3431  [PluginDependency("HeuristicLab.Core", "3.3")]
    35   [PluginDependency("HeuristicLab.Data", "3.3")]
    36   [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
    37   [PluginDependency("HeuristicLab.Operators", "3.3")]
     32  [PluginDependency("HeuristicLab.MPInet", "1.0.0")]
    3833  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    39   [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    40   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    4134  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    4235  public class HeuristicLabProblemsVehicleRoutingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.