Dynamic programing
Please use dynamic programming to produce the optimal solution to the task assignment problem given as follows:
Conditions:
a. 2 servers are available, servers A and B.
b. 5 jobs are involved, jobs 1, 2, 3, 4, and 5.
c. Each job needs different execution time lengths and energy levels on different servers. Detailed information refers to Table II.
Requirement:
a. Produce an energy mapping table showing the minimum energy level at each timing constraint.
b. Create a task assignment plan to minimize the total cost of energy under timing constraint 10. Dynamic programming is required.
Show your detailed steps; simply giving your final answer will only earn partial credits.