How to create a scenario that:
- Have a table of items (100 items) as input;
- 2 Processors;
- 3 Workers;
- Each item has different processing times (triangular distribution);
- The items must go to specific processor according the table;
- The transport will be done by a worker;
- The worker must follow the process on the processor;
- Some of the items will need 1, 2 or 3 workers, as indicated in the table;
The table would be as below:
Item name | Processor number | Quantity of workers | Mode | Maximum | Minimum