Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/19 17:29:06 (5 years ago)
Author:
ddorfmei
Message:

#2931: Upgraded persistence to HEAL.Attic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/LinearProgramming/Algorithms/Solvers/CplexSolver.cs

    r16718 r16736  
    2626using HeuristicLab.Data;
    2727using HeuristicLab.Parameters;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HEAL.Attic;
    2929
    3030namespace HeuristicLab.ExactOptimization.LinearProgramming {
    3131
    3232  [Item("CPLEX", "CPLEX (https://www.ibm.com/analytics/cplex-optimizer) must be installed and licensed.")]
    33   [StorableClass]
     33  [StorableType("E3478254-F3A8-4085-A9DA-DB79D0A50347")]
    3434  public class CplexSolver : ExternalIncrementalLinearSolver {
    3535
     
    4949
    5050    [StorableConstructor]
    51     protected CplexSolver(bool deserializing)
    52       : base(deserializing) {
    53     }
     51    protected CplexSolver(StorableConstructorFlag _) : base(_) { }
    5452
    5553    protected CplexSolver(CplexSolver original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.