Introduction - If you have any usage issues, please Google them yourself
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.