Bin Packing

When the user wants to pack items into the fewest capacitated bins, compare FFD/BFD heuristics against the L1/L2 lower bounds, or build exact compact MIP and arc-flow models, plus variants with variable bin sizes and item conflicts. Also use when the user mentions "bin packing," "first fit decreasing," "minimize bins," "packing items," "lower bound L2," or when indivisible items must be partitioned into identical capacity-limited containers. For repeated item sizes with large demands and trim loss, see cutting-stock; for the pattern set-covering route, see column-generation.

hajibabaie 904136c 38.2 KB Updated

File contents

hajibabaie/combinatorial-optimization-skills/tree/main/skills/bin-packing commit 904136cf40

Frequently asked questions

npx skillmds@latest add hajibabaie/bin-packing