Facility location problem: Difference between revisions

From Cornell University Computational Optimization Open Textbook - Optimization Wiki
Jump to navigation Jump to search
(intro)
No edit summary
Line 3: Line 3:
Stewards: Allen Yang, Fengqi You
Stewards: Allen Yang, Fengqi You


== Introduction ==
The Facility Location Problem (FLP) is a classic optimization problem that determines the best location for a factory or warehouse to be placed based on geographical demands, facility costs, and transportation distances. These problems generally aim to maximize the supplier's profit based on the given customer demand and location. FLP can be further broken down into capacitated and uncapacitated problems, depending on whether the facilities in question have a maximum capacity or not. In an uncapacitated facility problem, the amount of product each facility can produce and transport is assumed to be unlimited, and the optimal solution results in customers being supplied by the lowest-cost, and usually the nearest, facility. A capacitated facility problem, on the other hand, applies constraints to the capacity of each facility. As a result, customers may not be supplied by the most immediate facility, since the production from this facility may not be able to satisfy the entire customer demand.  
The Facility Location Problem (FLP) is a classic optimization problem that determines the best location for a factory or warehouse to be placed based on geographical demands, facility costs, and transportation distances. These problems generally aim to maximize the supplier's profit based on the given customer demand and location. FLP can be further broken down into capacitated and uncapacitated problems, depending on whether the facilities in question have a maximum capacity or not. In an uncapacitated facility problem, the amount of product each facility can produce and transport is assumed to be unlimited, and the optimal solution results in customers being supplied by the lowest-cost, and usually the nearest, facility. A capacitated facility problem, on the other hand, applies constraints to the capacity of each facility. As a result, customers may not be supplied by the most immediate facility, since the production from this facility may not be able to satisfy the entire customer demand.  


Line 13: Line 14:


<math>d_i(x,y)=\sqrt{(x-a_i)^2+(y-b_i)^2}</math>
<math>d_i(x,y)=\sqrt{(x-a_i)^2+(y-b_i)^2}</math>
== Applications ==
== Conclusion ==


== References ==
== References ==


# http://www.pitt.edu/~lol11/ie1079/notes/ie2079-weber-slides.pdf
# http://www.pitt.edu/~lol11/ie1079/notes/ie2079-weber-slides.pdf

Revision as of 17:03, 14 November 2020

Authors: Liz Cantlebary, Lawrence Li (CHEME 6800 Fall 2020)

Stewards: Allen Yang, Fengqi You

Introduction

The Facility Location Problem (FLP) is a classic optimization problem that determines the best location for a factory or warehouse to be placed based on geographical demands, facility costs, and transportation distances. These problems generally aim to maximize the supplier's profit based on the given customer demand and location. FLP can be further broken down into capacitated and uncapacitated problems, depending on whether the facilities in question have a maximum capacity or not. In an uncapacitated facility problem, the amount of product each facility can produce and transport is assumed to be unlimited, and the optimal solution results in customers being supplied by the lowest-cost, and usually the nearest, facility. A capacitated facility problem, on the other hand, applies constraints to the capacity of each facility. As a result, customers may not be supplied by the most immediate facility, since the production from this facility may not be able to satisfy the entire customer demand.

Weber Problem

The Weber Problem is a simple FLP. It is based on the premise of minimizing transportation costs from a point on a plane to various destinations, where each destination has a different associated cost per unit distance. Solving this problem is generally equivalent to finding the geometric minimum between three points with different weights. The formulation of the Weber problem is(1)

where

Applications

Conclusion

References

  1. http://www.pitt.edu/~lol11/ie1079/notes/ie2079-weber-slides.pdf