Strip packing problem

ID: strip-packing-problem

The strip packing problem is a classic optimization problem in the field of combinatorial optimization and computational geometry. The problem involves packing a set of items (usually rectangles) into a larger rectangular container, termed a "strip," with the objective of minimizing the height of the strip that is used. ### Problem Definition: 1. **Items**: You have a collection of rectangular items, each defined by its width and height.

New to topics? Read the docs here!