Question: Problem # 2 Consider the following integer - linear program which i s used t o decide which warehouses t o open from a set

Problem #2
Consider the following integer-linear program which is used to decide which warehouses to open
from a set ofn potential warehouses, and how to assign m retail stores to the opened warehouses
(for receiving supplies). Note that each retail store must be assigned to exactly one warehouse.
Each warehouse can serve all the retail stores. Associated with each assignment is a transportation
costcij,i=1,dots,n,j=1,dots,m, and associated with opening each warehouse is a fixed cost
fi,i=1,dots,n.We seek to minimize the total cost. This is known as a location-allocation model.
Let I={1,dots,n},J={1,dots,m}
xij={1,ifstorejinJisassignedtowarehouseiinI,0,@w,
and
yi={1,ifwarehouseiinIisopened,0,@w
Then, the location-allocation model is:
min:,z=i=1nj=1mcijxij+i=1nfiyi
s.t: i=1nxij=1,jinJ,
,j=1mxijmyi,iinI,
,xijin{0,1},iinI,jinJ,
,yiin{0,1},iinI.
Assume that n=4,m=5, and that the fixed cost for opening a warehouse is $20,000 for each
of four warehouses. The transportation costs for all pairs of warehouses and stores (in thousands)
are provided in the table below:
Questions:
For the solution 1,0,0,1 which represents that warehouses 1 and 4 are open, compute the
total cost, z(x,y) and describe how you did so. Note that the notation for solutions that we
will use uses a1to indicate that the corresponding warehouse is open and 0 otherwise.
Run Tabu Search for five iterations with tenure period =2, and starting with the solution
1,0,0,1. A neighborhood here is defined as a solution in which the status of only one
warehouse is flipped, i.e., you can flip one warehouse from being open to being closed or vice
versa to generate a neighbor (exceptif that warehouse ison the Tabu list).If a warehouse
is flipped from open to closed or vice versa, that warehouse (not the entire solution) should
then goon the Tabu list. Use random-walk selection for
Problem # 2 Consider the following integer -

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!