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.