Expand description
Entities to model the Strip Packing Problem (SPP)
Structsยง
- SPInstance
- Instance of the Strip Packing Problem: a set of items to be packed into a single strip with a fixed height and variable width.
- SPPlacement
- Represents a placement of an item in the strip packing problem.
- SPProblem
- Modifiable counterpart of
SPInstance
: items can be placed and removed, strip can be extended or fitted. - SPSolution
- Snapshot of
SPProblem
at a specific moment. Can be used to restore to a previous state. - Strip