Changeset 14043 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingShape.cs
- Timestamp:
- 07/12/16 18:02:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingShape.cs
r13608 r14043 79 79 } 80 80 81 public abstract void ApplyHorizontalOrientation(); 82 public abstract int CompareTo(object obj); 83 81 84 public IKeyedItemCollection<string, IParameter> Parameters { get; private set; } 82 85 }
Note: See TracChangeset
for help on using the changeset viewer.