package operations_research.packing

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message MultipleDimensionsBinPackingItem

multiple_dimensions_bin_packing.proto:42

Items with multiple shapes often means that they can be rotated.

Used in: MultipleDimensionsBinPackingProblem

message MultipleDimensionsBinPackingProblem

multiple_dimensions_bin_packing.proto:51

The full problem: the enclosing box and the list of items.

message MultipleDimensionsBinPackingShape

multiple_dimensions_bin_packing.proto:37

The shape of one item. each edge is parallel to one axis of a dimension. One shape cannot be rotated, the item itself will contain multiple rotated shapes.

Used in: MultipleDimensionsBinPackingItem, MultipleDimensionsBinPackingProblem