Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (8 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.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MultiDepotVRPProblemInstance.cs

    r14185 r14927  
    2727using HeuristicLab.Optimization;
    2828using HeuristicLab.Parameters;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     29using HeuristicLab.Persistence;
    3030using HeuristicLab.PluginInfrastructure;
    3131using HeuristicLab.Problems.VehicleRouting.Interfaces;
     
    3434namespace HeuristicLab.Problems.VehicleRouting.ProblemInstances {
    3535  [Item("MultiDepotVRPProblemInstance", "Represents a multi depot VRP instance.")]
    36   [StorableClass]
     36  [StorableType("413c8bd9-fd3e-460d-b407-f8e7e208890b")]
    3737  public class MultiDepotVRPProblemInstance : VRPProblemInstance, IMultiDepotProblemInstance {
    3838    protected IValueParameter<IntValue> DepotsParameter {
Note: See TracChangeset for help on using the changeset viewer.