Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 13:41:42 (5 years ago)
Author:
gkronber
Message:

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs

    r15583 r16565  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Encodings.ScheduleEncoding;
     24using HEAL.Attic;
    2425
    2526namespace HeuristicLab.Problems.Scheduling {
     27  [StorableType("E4140EFF-9E57-4457-A495-3F00A9612E9B")]
    2628  public interface IJSSPOperator : IOperator {
    2729    ILookupParameter<ItemList<Job>> JobDataParameter { get; }
  • trunk/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IScheduleDecoder.cs

    r15583 r16565  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2121
    2222using HeuristicLab.Core;
     23using HEAL.Attic;
    2324
    2425namespace HeuristicLab.Encodings.ScheduleEncoding {
     26  [StorableType("010C752F-0F5E-4B93-8695-8DD74903DBE7")]
    2527  public interface IScheduleDecoder : IOperator {
    2628    ILookupParameter<IScheduleEncoding> ScheduleEncodingParameter { get; }
  • trunk/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IScheduleEvaluator.cs

    r15583 r16565  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323using HeuristicLab.Encodings.ScheduleEncoding;
    2424using HeuristicLab.Optimization;
     25using HEAL.Attic;
    2526
    2627namespace HeuristicLab.Problems.Scheduling {
     28  [StorableType("0F899B47-ABDA-46D3-9634-7919E3DFA528")]
    2729  /// <summary>
    2830  /// An evaluator for a Schedule
  • trunk/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEvaluator.cs

    r15583 r16565  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323using HeuristicLab.Encodings.ScheduleEncoding;
    2424using HeuristicLab.Optimization;
     25using HEAL.Attic;
    2526
    2627namespace HeuristicLab.Problems.Scheduling {
     28  [StorableType("9E6BC36E-D5A6-4C64-9512-391C382E3527")]
    2729  /// <summary>
    2830  /// An evaluator for a scheduling problem representation
Note: See TracChangeset for help on using the changeset viewer.