Expand description
Entities to model the Bin Packing Problem (BPP)
Structs§
- BPInstance
- Instance of the Bin Packing Problem.
- BPPlacement
- Encapsulates all required information to place an
Itemin aBPProblem. - BPProblem
- Dynamic counterpart of
BPInstance. - BPSolution
- Snapshot of
BPProblemat a specific moment. Can be used to restore to a previous state. - Bin
- A container in the Bin Packing Problem (BPP) with an associated cost and stock.
- LayKey
- Unique key for each
Layoutin aBPProblemandBPSolution
Enums§
- BPLayout
Type - Enum to distinguish between both open
Layouts, and potentially new ones.