Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingItem.cs
r14163 r14927 30 30 /// <param name="other"></param> 31 31 /// <returns></returns> 32 bool SupportsStacking 32 bool SupportsStacking(IPackingItem other); 33 33 } 34 34 } -
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingPosition.cs
r14162 r14927 23 23 24 24 namespace HeuristicLab.Problems.BinPacking { 25 25 26 26 public interface IPackingPosition : IItem { 27 27 int AssignedBin { get; }
Note: See TracChangeset
for help on using the changeset viewer.