Guest Post: Optimal Location vs. Center of Gravity

 

Retired Temple U. Prof. Howard Weiss created the Excel OM and POM software that we provide free with our text.

Chapter 8 of your Heizer/Render/Munson text introduces the Center-of- Gravity (COG)
method which has a goal of finding a location that minimizes the total cost or weighted distance of shipping to multiple locations. The textbook notes that the COG may not optimize the total cost but that the method to optimize the cost is more complex than simply finding the weighted average coordinates. In this blog I show how to let Excel’s Solver do the complex work to find the coordinates that actually minimize the total weighted distance.

Consider the Quain’s Discount Department Stores example. The spreadsheet below displays the Excel model for this example. Column F contains the weighted distance from the center of gravity. For example, cell F5 contains:
B5*SQRT((C5-C$12)^2+(D5-D$12)^2)

Cell F9 contains the weighted total from the COG while cell G9 contains the weighted distance from Solver’s changing variable cells in row 14. The figure shows the optimal solution in row 14 but the starting values in row 14 can be set to any two numbers. Solver’s objective is to minimize the sum of the weighted distances shown in cell G9. There are no constraints.

For this particular example, we know that the coordinates will be non-negative so we leave the “Make Unconstrained” checkbox at its default checked position. The method is set to GRG Nonlinear.

Solver yields optimal coordinates of x = 63.86 and y = 97.27, with a minimum total weighted distance of 299,234. The COG in your text of x=66.67, y = 93.33 is very close to the optimal coordinates and leads to an extra cost (cells G10 and G11) that is less than 1% above the optimal cost. This agrees with the textbook’s note that the extra cost using the COG is less than 2% above the optimal cost.

OM Podcast #29: The Art & Science of Developing Supply Chain Strategies

Happy New Year!  After a brief end of semester break to enjoy the holidays with family, we’re back with the first podcast of 2025.  In this podcast, Barry Render interviews Alex Klein, Senior Manager of Supply Chain Solutions for APL Logistics, a third-party logistics provider.  Alex and Barry discuss the art and science of developing supply chain strategies for shippers with three fascinating, wide-ranging real world examples from Alex’s career.

Transcript

A Word document of this podcast will download by clicking the word Transcript above.

 

Have you subscribed to this podcast on Apple podcasts? Just go to your Apple podcasts app, search “Heizer Render OM Podcast,” and subscribe to get all our podcasts on your mobile device as soon as they come out!

Instructors, assignable auto-graded exercises using this podcast are available in MyLab OM. See our earlier blog post with a recording of author and user Chuck Munson to learn how to find these, or contact your Pearson rep to learn more! https://www.pearson.com/en-us/help-and-support/contact-us/find-a-rep.html

Guest Post: Another Approach to Teaching the Center-of-Gravity Model

Howard WeissOur Guest Post today comes from Prof. Howard Weiss, at Temple University. Howard is the developer of the POM for Windows and Excel OM problem solving software that we provide free with our OM texts.

Your Heizer/Render textbook covers the Center-of-Gravity Method in Chapter 8. However, there is a related model that is not covered and is easy to explain to the students. Consider Example 3 in the text, on page 322, in which Quain’s Discount Department Stores is looking for a location to build a new warehouse. Suppose though that rather than seeking a “central” location, the warehouse must be built in one of the four cities that currently has a store – Chicago, Pittsburgh, New York or Atlanta.

This revised example can lead to the discussion of straight-line (Euclidean) distance as compared with city-block/taxi distance and can serve as a student reminder about the Pythagorean Theorem.  The distance computations are tedious but not difficult. Of course, using POM for Windows (shown below)

POM for Windows printout
POM for Windows printout

or Excel OM (below) the students can easily identify that Pittsburgh is the city with the least total weighted movement from each of the other 3 cities with a total weighted movement of 318,692.

Excel OM screen capture
Excel OM screen capture