Changeset 14167 for trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/BottomLeftPermutationDecoder.cs
- Timestamp:
- 07/21/16 21:07:27 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/BottomLeftPermutationDecoder.cs
r14162 r14167 47 47 var bp = new BinPacking3D(binShape); 48 48 bp.SlidingBasedPacking(ref remainingIDs, items); 49 result.Bin Packings.Add(bp);49 result.Bins.Add(bp); 50 50 } 51 51 result.UpdateBinPackings();
Note: See TracChangeset
for help on using the changeset viewer.