Question: Must use Python. Please take screenshots of your code and post. Thanks!!! 1. Suppose that a company need to assign four employees to four new

Must use Python.
Please take screenshots of your code and post.
Thanks!!!
1. Suppose that a company need to assign four employees to four new tasks so that each employee is assigned to one task and each task is assigned to one employee. The assignment of an employee to a task incurs some training cost as shown in the following table. For example, the training cost of assigning employee 1 to task 1 is C11 = 3. Write down a linear program to find the minimum cost assignment. Then, write a CVXPY code to implement and solve your assignment problem. Output the optimal solution and optimal objective value. Task 3 Task 2 7 4 11 Task 1 3 0 0 0 Task 4 8 6 Employee 1 Employee 2 Employee 3 Employee 4 4 4 9 10 6 0 5 Table 1: Caption 1. Suppose that a company need to assign four employees to four new tasks so that each employee is assigned to one task and each task is assigned to one employee. The assignment of an employee to a task incurs some training cost as shown in the following table. For example, the training cost of assigning employee 1 to task 1 is C11 = 3. Write down a linear program to find the minimum cost assignment. Then, write a CVXPY code to implement and solve your assignment problem. Output the optimal solution and optimal objective value. Task 3 Task 2 7 4 11 Task 1 3 0 0 0 Task 4 8 6 Employee 1 Employee 2 Employee 3 Employee 4 4 4 9 10 6 0 5 Table 1: Caption
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
