In a distribution center, a conveyor is moving shipping boxes where workers should pick up the box depending on the final destination of each box.
There are 156000 boxes to be sorted.
Each box needs 3~4 seconds to be sorted.
14 hours of work are available.
In order minimize the worker's number, it's possible to assign one worker to many destinations and even more than one worker if needed.
The table shows the destination and the boxes to be sent there.
What's it the best method to assign the workers to the destination? Any algorithm to be used?