Facility Location Problem
Facility Location Problem
The FLP problem is a problem which almost every industry in the country
knows about. It works to determine location for one or more facilities to serve
a certain set of customers. We target to minimize costs associated with facility
setup, operation, and other logistics. The problem can be broken into
capacitated and uncapacitated problems, depending on whether the facilities
in question have a maximum capacity or not.
If we look at origin of this problem, over the time it has been given a lot of
names from the Fermat problem, the Fermat – Torricelli problem, the Steiner
problem, the Weber problem, median problem, the bivariate problem and
many more. [Daskin et.al, 1997]. But the credit to its origin is given majorly to
Fermat.
The exact methods to solve the problem is computationally difficult and time –
consuming. Linear programming is used to formulate and solve FLPs. Other
methods are Integer Programming, Branch and bound and cutting plane
methods. [Drezner et.al, 2004]
2. Daskin, M., 1997. Network and discrete location: models, algorithms and
applications. Journal of the Operational Research Society, 48(7), pp.763-
764.