Changeset 7935
- Timestamp:
- 05/30/12 16:55:46 (12 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common/3.3/Plugin.cs.frame
r7538 r7935 25 25 [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common", "3.3.0.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.dll", PluginFileType.Assembly)] 27 [PluginDependency("HeuristicLab.Collections", "3.3")]28 27 [PluginDependency("HeuristicLab.Common", "3.3")] 29 28 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] … … 31 30 [PluginDependency("HeuristicLab.Data", "3.3")] 32 31 [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")] 33 [PluginDependency("HeuristicLab.Operators", "3.3")]34 32 [PluginDependency("HeuristicLab.Optimization", "3.3")] 35 [PluginDependency("HeuristicLab.Parameters", "3.3")]36 [PluginDependency("HeuristicLab.Persistence", "3.3")]37 33 public class HeuristicLabProblemsGeneralizedQuadraticAssignmentCommonPlugin : PluginBase { 38 34 } -
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/Plugin.cs.frame
r7538 r7935 35 35 [PluginDependency("HeuristicLab.MainForm", "3.3")] 36 36 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 37 [PluginDependency("HeuristicLab.Operators", "3.3")]38 [PluginDependency("HeuristicLab.Optimization", "3.3")]39 [PluginDependency("HeuristicLab.Parameters", "3.3")]40 37 [PluginDependency("HeuristicLab.Problems.GeneralizedQuadraticAssignment", "3.3")] 41 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]42 38 [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")] 43 39 public class HeuristicLabProblemsGeneralizedQuadraticAssignmentViewsPlugin : PluginBase { -
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPAssignmentArchive.cs
r7432 r7935 29 29 [Item("GQAPAssignmentArchive", "Stores the pareto front of assignments.")] 30 30 [StorableClass] 31 public class GQAPAssignmentArchive : Item, INotifyPropertyChanged {31 public sealed class GQAPAssignmentArchive : Item, INotifyPropertyChanged { 32 32 33 33 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.