Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Gravity location problem locates a warehouse at ( x , y ) to serve N retailers. Retailer n is already located at ( a n

Gravity location problem locates a warehouse at (x,y) to serve N retailers. Retailer n is already
located at (an,bn). The objective in the gravity location problem is
minx,yn=1N(an-x)2+(bn-y)22.
When we measure the distances in terms of rectilinear distances as opposed to Euclidean distances,
we arrive at the new rectilinear objective
minx,yn=1N|an-x|+|bn-y|,
where |*| denotes the absolute value. In comparison to the gravity location objective, the rectilinear
objective seems more "linear". The rectilinear objective is not totally linear, because absolute value
function is not; draw f(x)=|x| to convince yourself. Despite this, it is possible to provide an LP
formulation.
Towards an LP formulation, first let dnx and dny be new decision variables denoting the rectilinear
distance from the warehouse to retailer n respectively in x- and y-axis directions. Then we can write
the following formulation
minx,yn=1Ndnx+dny
s.t.
dnx|an-x|
dny|bn-y|
First convince yourself that in the optimal solution, the inequalities in the constraints will be satisfied
as equalities. This formulation, due to absolute values in the constraints, is not an LP. However,
there is a slick way to write absolute values with linear constraints. First observe that |an-x|=
max{an-x,x-an}. Second, note that if zmax{u,v}, then zu and zv. Using these ideas
provide an LP formulation to solve the rectilinear distance problem.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Strategic Marketing

Authors: Nigel Piercy and David Cravens

10th edition

78028906, 978-0078028908

More Books

Students also viewed these General Management questions