Hi.
I want to implement the following: I have 2 Objects. A box and a ball. The box takes 2m^2 of space while the ball takes 1m^2 of space. Both objects go into the queue (e.g. 2 balls and 2 boxes). I have a queue (or rack) and it offers 10m^2 of space.
How can I implement, that the amount of free space changes according to what is in the queue? Technically speaking, a dynamic changing amount of space?
Thanks in advance.