We have more machines then employees. Currently, if 10 machines can run a part it will assume that all ten machines will be running. If, however, we only have 5 employees we can only run 5 at a time. There needs to be a way to tell the scheduler how many available employees we have and which machines we would like them to run.

Comments