Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

In class practice 4

In a truck company, 5 drivers (D1 to D5) need to be assigned to trucks at 5 different locations (L1 to L5).
The costs related to all possible driver assignments are given in the following table.

Cost to Assign Drivers to Locations


L1 L2 L3 L4 L5
D1 200 120 220 200 100
D2 180 210 190 110 90
D3 120 160 220 100 160
D4 180 240 210 180 180
D5 150 120 240 150 100

A simple method has been suggested to solve this driver Assignment Problem (AP) with the following steps.

Step 1. Assign driver D1 to the location with minimum cost on the row corresponding to D1 in the above
table. Break ties arbitrarily.
Step 2. For each driver D2, D3, D4, D5 and in that sequence, assign each driver to an unassigned location
with lowest cost in the row of the driver being assigned. Break ties arbitrarily.
Step 3. Calculate the total assignment cost value, V-Cost.

Based on the information,

1) Follow the above 3 steps to solve this assignment problem (AP) and present your driver-location
assignment result.

2) Calculate the value of V-Cost for the assignment solution found in 1)

3) For each of the following statements, indicate that it is True or F for False. No explanations are
required.

a) The AP solution generated in 1) above is certainly optimal.


b) The AP solution generated in 1) above is certainly not optimal.
c) The AP solution generated in 1) above may be optimal.
d) The AP solution generated in 1) above may not be optimal.
e) The value of V-cost can be used as a lower bound to measure the optimality of an AP solution.
f) The value of V-cost is an upper bound for the optimal AP solution.
g) If the above AP problem is solved in such way for the corresponding TSP problem, the V-Cost
can be used as a lower bound to measure the optimality of corresponding TSP solutions.
h) If the above AP problem is solved in such way for the corresponding TSP problem, the V-Cost
can be used as an upper bound for the optimal solution of the corresponding TSP problem.

You might also like