Changeset 6348
- Timestamp:
- 06/01/11 09:58:30 (13 years ago)
- 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 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab. log4net {24 namespace HeuristicLab.MPInet { 25 25 [Plugin("HeuristicLab.MPInet", "1.0.0")] 26 26 [PluginFile("HeuristicLab.MPInet-1.0.0.dll", PluginFileType.Assembly)] -
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/MPIAlgorithmRunner/3.3/HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame
r6345 r6348 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab. Problems.VehicleRouting{24 namespace HeuristicLab.MPIAlgorithmRunner { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab. Problems.VehicleRoutingplugin26 /// Plugin class for HeuristicLab.MPIAlgorithmRunner plugin 27 27 /// </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)] 32 30 [PluginDependency("HeuristicLab.Common", "3.3")] 33 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]34 31 [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")] 38 33 [PluginDependency("HeuristicLab.Optimization", "3.3")] 39 [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]40 [PluginDependency("HeuristicLab.Parameters", "3.3")]41 34 [PluginDependency("HeuristicLab.Persistence", "3.3")] 42 35 public class HeuristicLabProblemsVehicleRoutingPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.