skjolber / 3d-bin-container-packing

A variant of the Largest Area Fit First (LAFF) algorithm + brute force algorithm
Apache License 2.0
433 stars 119 forks source link

Packing sequence suggestion #792

Open niyongsheng opened 1 year ago

niyongsheng commented 1 year ago
skjolber commented 1 year ago

Hi,

bullet 3 would require weight calculation.

woodward54 commented 3 months ago

+1

packing order would be useful for our use case as well

skjolber commented 3 months ago

So packaging sequence as in

  1. place items x,y,x first, then items a,b,c
  2. prefer stacking at free points according to their z or x coodinate
woodward54 commented 3 months ago

Yup, use case is having a box loading order preference for a truck. i.e. box group 1 gets loaded first, then group 2, ect.