Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/13/17 09:47:49 (6 years ago)
Author:
rhanghof
Message:

#2817:

  • Changed the calculation algorithm for creating extreme points by using line based projection
  • Changed the calculation of the residual spaces for line based projection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs

    r15488 r15520  
    8080      }
    8181      packingBin.PackItem(itemId, packingItem, position);
    82       extremePointCreator.UpdateExtremePoints(packingBin, packingItem, position);
    83       extremePointCreator.UpdateResidualSpace(packingBin, packingItem, position);
     82      extremePointCreator.UpdateBinPacking(packingBin, packingItem, position);
    8483    }
    85 
     84       
    8685    /// <summary>
    8786    /// This method tries to find a valid packing position for an given item in a given packing bin
Note: See TracChangeset for help on using the changeset viewer.