Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs

    r14162 r14927  
    2828using HeuristicLab.Optimization;
    2929using HeuristicLab.Parameters;
    30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     30using HeuristicLab.Persistence;
    3131using HeuristicLab.Problems.Instances;
    3232
    3333namespace HeuristicLab.Problems.BinPacking3D {
    3434  // in comparison to the 2d problem the 3d problem implementation also supports checking stacking constraints
    35   [StorableClass]
     35  [StorableType("9b870358-9590-4900-b32f-a49eccdf444f")]
    3636  public abstract class ProblemBase<TEnc, TSol> :
    3737    SingleObjectiveBasicProblem<TEnc>, IProblemInstanceConsumer<BPPData>, IProblemInstanceExporter<BPPData>
Note: See TracChangeset for help on using the changeset viewer.