Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7935


Ignore:
Timestamp:
05/30/12 16:55:46 (12 years ago)
Author:
abeham
Message:

#1614: fixed issues mentioned in unit tests

Location:
branches/GeneralizedQAP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common/3.3/Plugin.cs.frame

    r7538 r7935  
    2525  [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common", "3.3.0.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Collections", "3.3")]
    2827  [PluginDependency("HeuristicLab.Common", "3.3")]
    2928  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
     
    3130  [PluginDependency("HeuristicLab.Data", "3.3")]
    3231  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
    33   [PluginDependency("HeuristicLab.Operators", "3.3")]
    3432  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    35   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    36   [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3733  public class HeuristicLabProblemsGeneralizedQuadraticAssignmentCommonPlugin : PluginBase {
    3834  }
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/Plugin.cs.frame

    r7538 r7935  
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    37   [PluginDependency("HeuristicLab.Operators", "3.3")]
    38   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    39   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    4037  [PluginDependency("HeuristicLab.Problems.GeneralizedQuadraticAssignment", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    4238  [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]
    4339  public class HeuristicLabProblemsGeneralizedQuadraticAssignmentViewsPlugin : PluginBase {
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPAssignmentArchive.cs

    r7432 r7935  
    2929  [Item("GQAPAssignmentArchive", "Stores the pareto front of assignments.")]
    3030  [StorableClass]
    31   public class GQAPAssignmentArchive : Item, INotifyPropertyChanged {
     31  public sealed class GQAPAssignmentArchive : Item, INotifyPropertyChanged {
    3232
    3333    [Storable]
Note: See TracChangeset for help on using the changeset viewer.