In my factory flow simulation, I have 4 machines and 3 operators. Machine 1 and Machine 4 are assigned to Operator 1, Machine 2 to Operator 2, and Machine 3 to Operator 3. During the first cycle, everything runs smoothly. But in the second cycle, Operator 1 is still busy operating Machine 1, so Machine 4 is waiting for the same operator, even though the other two operators are free. How can I make the simulation automatically assign one of the free operators to Machine 4 instead of waiting for Operator 1?
