Bin Packing Solver

Input Parameters

If provided, should match the number of weights. Leave empty to use default item numbers.
Sorting items before packing can sometimes result in better solutions.
Objective
Uses as few bins as possible to pack all items.
Fills each bin to maximum capacity before using another bin.
Prioritizes putting as many items as possible in each bin before using another.
Distributes weight evenly across a fixed number of bins.
Minimum number of items that must be in each used bin.