Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (5 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSolverNet/LocalSolverContext.cs

    r15700 r16728  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
    2425using HeuristicLab.Parameters;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626
    2727namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms.LocalSolverNet {
    2828  [Item("LocalSolver Context", "A context for CPLEX solvers.")]
    29   [StorableClass]
     29  [StorableType("DAE4D0C7-AFE1-4FCF-9DD5-899E4DC4FD9E")]
    3030  public class LocalSolverContext : SingleSolutionContext<ISingleObjectiveSolutionScope<GQAPSolution>> {
    3131
     
    4545
    4646    [StorableConstructor]
    47     protected LocalSolverContext(bool deserializing) : base(deserializing) { }
     47    protected LocalSolverContext(StorableConstructorFlag _) : base(_) { }
    4848    protected LocalSolverContext(LocalSolverContext original, Cloner cloner)
    4949      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.