Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/02/19 09:22:21 (5 years ago)
Author:
gkronber
Message:

#2520: checked and added StorableType attribute in projects up to HeuristicLab.Problems.GraphColoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingItem.cs

    r15583 r16476  
    1 #region License Information
     1using HEAL.Fossil;
     2#region License Information
    23/* HeuristicLab
    34 * Copyright (C) 2002-2018 Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2122
    2223namespace HeuristicLab.Problems.BinPacking {
     24  [StorableType("a0f46e8d-d18f-43c4-8b7d-66db0659b230")]
    2325  // a packing item is one of the items that needs to be located in one of the packing bins (containers)
    2426  public interface IPackingItem : IPackingShape {
     
    3032    /// <param name="other"></param>
    3133    /// <returns></returns>
    32     bool SupportsStacking (IPackingItem other);
     34    bool SupportsStacking(IPackingItem other);
    3335  }
    3436}
Note: See TracChangeset for help on using the changeset viewer.