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/BopSolver.cs

    r16582 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("BOP", "BOP (https://developers.google.com/optimization/reference/bop/bop_solver/) can be used out of the box.")]
    33   [StorableClass]
     33  [StorableType("6AE85366-34FC-42C3-B1A3-BFC976CCE830")]
    3434  public class BopSolver : IncrementalLinearSolver {
    3535
     
    4949
    5050    [StorableConstructor]
    51     protected BopSolver(bool deserializing)
    52       : base(deserializing) {
    53     }
     51    protected BopSolver(StorableConstructorFlag _) : base(_) { }
    5452
    5553    protected override Solver.OptimizationProblemType OptimizationProblemType =>
Note: See TracChangeset for help on using the changeset viewer.