Skip to content

Simple Packing not optimized #633

@DavideWasTaken

Description

@DavideWasTaken

Hi!
I have this simple case and i was wondering if you could take a look at it:

4 items:

  • item 1
    "QUANTITY": 2,
    "WEIGHT": 0.303,
    "LENGHT": 260,
    "WIDE": 198,
    "HEIGHT": 65

  • item 2
    "QUANTITY": 2,
    "WEIGHT": 0.231,
    "LENGHT": 175,
    "WIDE": 122,
    "HEIGHT": 45

2 boxes:

  • box 1
    425 x 250 x 150

  • box 2
    415 x 260 x 285

The items would easily fit in box 1 but the algorithm chooses box 2.

Below is the 3D of the packed box 2:

Image

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions