Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

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

Step: 3

blur-text-image

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

Quantitative Methods For Business

Authors: David Anderson, Dennis Sweeney, Thomas Williams, Jeffrey Cam

11th Edition

978-0324651812, 324651813, 978-0324651751

More Books

Students also viewed these General Management questions

Question

Write a SAS program to carry out the analysis of Exercise 3.7.

Answered: 1 week ago