Description: C++ achieve multi-machine scheduling algorithm used. Problem Description: required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine processing. Convention, each job can be processed on any machine, but not completed before the interrupt handler is not allowed. Jobs can not be split into smaller sub-jobs.
To Search:
File list (Check if you may need any files):
multi_schedule.cpp