Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/19 17:26:02 (6 years ago)
Author:
gkronber
Message:

#2936: adapted branch to new persistence (works with HL trunk r16711)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPAssignment.cs

    r16077 r16712  
    2525using HeuristicLab.Encodings.IntegerVectorEncoding;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HEAL.Attic;
    2728
    2829namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment {
    2930  [Item("Generalized QAP Assignment", "Represents the solution as well as the problem parameters of a GQAP instance.")]
    30   [StorableClass]
     31  [StorableType("8DAC9356-54EE-4EDC-9AB4-0DA47F111920")]
    3132  public sealed class GQAPAssignment : Item, INotifyPropertyChanged {
    3233
     
    5455
    5556    [StorableConstructor]
    56     private GQAPAssignment(bool deserializing) : base(deserializing) { }
     57    private GQAPAssignment(StorableConstructorFlag _) : base(_) { }
    5758    private GQAPAssignment(GQAPAssignment original, Cloner cloner)
    5859      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.