question

Juan Carlos GAR2 avatar image
0 Likes"
Juan Carlos GAR2 asked Ben Wilson commented

How to optimize space in a Queue?

Hello.

I have a process that handles planes of two different sizes that are generated alternately. Those planes have to be organized on a queue before entering to the next stage.

Is there any way to optimize the position of the planes on the queue in order to fit the maximum number of objects on it without placing one above another?

Attached a picture of what I have on the queue once the space is "completely" filled.

I think if green planes were placed one beside the other, one more red plane could be placed.

FlexSim 21.0.0
flexsim 21.0.0queues
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Juan Carlos GAR2, was jason.lightfoot's or steven.hamoen's answer helpful? If so, please click the red "Accept" button on one of their answers. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered

@Juan Carlos GAR2 This is a mathematical problem. If you find the function that full fills your needs you can apply it to a queue or another object to place your flowitems on the correct positions.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

Is it a limited number of combinations or does it need to handle any number of sizes? If it's the former then a list of known combinations that are allowed would be an option.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.