Changeset 14048 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Timestamp:
- 07/12/16 19:54:35 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingPosition.cs
r14047 r14048 23 23 24 24 namespace HeuristicLab.Problems.BinPacking { 25 // TODO: this interface should contain positions26 public interface IPacking Dimensions: IItem {25 26 public interface IPackingPosition : IItem { 27 27 int AssignedBin { get; } 28 28 bool Rotated { get; }
Note: See TracChangeset
for help on using the changeset viewer.