bin_packing (282B)
1 # Bin packing 2 3 Problem of fitting objects into containers 4 5 [strongly_np_complete] 6 7 Online version, and version with a limited number of bins opened at any time: see [dufay2022approximation] 8 9 Up: [decision_problem], [optimization_problem] 10 11 See also: [knapsack], [subset_sum_problem]