Answered step by step
Verified Expert Solution
Question
1 Approved Answer
9. Gravity location problem locates a warehouse at (x, y) to serve N retailers. Retailer n is already located at (an, b). The objective
9. Gravity location problem locates a warehouse at (x, y) to serve N retailers. Retailer n is already located at (an, b). The objective in the gravity location problem is min (an-x) + (bn y). x,y n=1 When we measure the distances in terms of rectilinear distances as opposed to Euclidean distances, we arrive at the new rectilinear objective N minan-x+ |bn y\, x,y n=1 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 d and d 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 N min d+d x,y n=1 14 s.t. dan-x| dn 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 z > max{u, v}, then z u and z > v. Using these ideas provide an LP formulation to solve the rectilinear distance problem.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started