BASIC FACILITY LOCATION PROBLEMS Facility location problems deal with the question of where to place facilities & how to assign customers Location analysis.

Slides:



Advertisements
Similar presentations
The Assignment Problem
Advertisements

Operations Research Assistant Professor Dr. Sana’a Wafa Al-Sayegh 2 nd Semester ITGD4207 University of Palestine.
Transportation Problem (TP) and Assignment Problem (AP)
Transportation and Assignment Models
Partitioning and Divide-and-Conquer Strategies ITCS 4/5145 Parallel Computing, UNC-Charlotte, B. Wilkinson, Jan 23, 2013.
TRANSPORTATION PROBLEM Finding Initial Basic Feasible Solution Shubhagata Roy.
1 Transportation Problems Transportation is considered as a “special case” of LP Reasons? –it can be formulated using LP technique so is its solution (to.
Computational Methods for Management and Economics Carla Gomes Module 8b The transportation simplex method.
Operations Research Assignment Problem.
Quantitative Techniques for Decision Making M.P. Gupta & R.B. Khanna © Prentice Hall India.
Scheduling Chapter 19.
Production Scheduling
Allocation problems - The Hungarian Algorithm The Hungarian algorithm Step 1Reduce the array by both row and column subtractions Step 2Cover the zero elements.
Linear Inequalities and Linear Programming Chapter 5
5.4 Simplex method: maximization with problem constraints of the form
Dynamic Programming Lets begin by looking at the Fibonacci sequence.
The Transportation and Assignment Problems
The Hungarian algorithm for non-square arrays
Assignment Problem Step by Step illustration automatically generated by a C# application:)
Transportation Models Transportation problem is about distribution of goods and services from several supply locations to several demand locations. Transportation.
Combinations We should use permutation where order matters
MAE 552 Heuristic Optimization Instructor: John Eddy Lecture #16 3/1/02 Taguchi’s Orthogonal Arrays.
Linear Programming Applications
Linear Programming Applications
Sequencing Problem.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Transportation Problem Moving towards Optimality ATISH KHADSE.
CELL FORMATION IN GROUP TECHNOLOGY There are numerous methods available for machine grouping in Group Technology (GT) Here we will discuss the simple method.
LINEAR PROGRAMMING SIMPLEX METHOD.
Operational Research & ManagementOperations Scheduling Flow Shop Scheduling 1.Flexible Flow Shop 2.Flexible Assembly Systems (unpaced) 3.Paced Assembly.
Groups of models Intra-Enterprise Planning Enterprise Planning itself Single Facility Location Models Multiple Facility Location Models.
Transportation Transportation models deals with the transportation of a product manufactured at different plants or factories supply origins) to a number.
Slide 1 of 27 Assignment Problem: Hungarian Algorithm and Linear Programming collected from the Internet and edited by Longin Jan Latecki.
Assignment Model Lecture 21 By Dr Arshad Zaheer. RECAP  Transportation model (Maximization)  Illustration (Demand > Supply)  Optimal Solution  Modi.
Chapter 7 Transportation, Assignment & Transshipment Problems
 Consists of nodes representing a set of origins and a set of destinations.  An arc is used to represent the route from each origins to each destinations.
MODELING AND ANALYSIS OF MANUFACTURING SYSTEMS Session 12 MACHINE SETUP AND OPERATION SEQUENCING E. Gutierrez-Miravete Spring 2001.
. 1 Transportation and Assignment Problems. . 2 Applications Physical analog of nodes Physical analog of arcs Flow Communication systems phone exchanges,
Assignment Problem. Definition Assignment Problem is a balanced transportation problem in which all supplies and demand are equal to 1.
COSC 3101A - Design and Analysis of Algorithms 7 Dynamic Programming Assembly-Line Scheduling Matrix-Chain Multiplication Elements of DP Many of these.
1 Combinatorial Algorithms Local Search. A local search algorithm starts with an arbitrary feasible solution to the problem, and then check if some small,
1 1 Slide © 2005 Thomson/South-Western Linear Programming: The Simplex Method n An Overview of the Simplex Method n Standard Form n Tableau Form n Setting.
1 Network Models Transportation Problem (TP) Distributing any commodity from any group of supply centers, called sources, to any group of receiving.
4.5 Inverse of a Square Matrix
Log Truck Scheduling Problem
In some cases, the waste generated by the production of material at a facility must be disposed of at special waste disposal locations. We need to identify.
Operations Management MBA Sem II Module IV Transportation.
Transportation Problems Joko Waluyo, Ir., MT., PhD Dept. of Mechanical and Industrial Engineering.
Chapter 13 Backtracking Introduction The 3-coloring problem
Facility Location. Meaning facilities location problem is an important strategic level decision making for an organisation. One of the key features of.
TM 631 Optimization Assignment Problems. Prototype Problem K-Corp has 3 parts, each of which can be assigned to 1 of 3 machines. The problem is to assign.
QUANTITATIVE METHODS FOR MANAGERS ASSIGNMENT MODEL.
Assignment Problem. Concepts What is the Assignment Problem? The assignment problem deals with assigning machines to tasks, workers to jobs, soccer players.
From DeGroot & Schervish. Example Occupied Telephone Lines Suppose that a certain business office has five telephone lines and that any number of these.
Assignment Problem: Hungarian Algorithm and Linear Programming collected from the Internet and extended by Longin Jan Latecki.
The Transportation and Assignment Problems
The Hungarian algorithm for non-square arrays
ENGM 535 Optimization Assignment Problems.
Special Cases In Linear Programming
Assignment Problem: Hungarian Algorithm and Linear Programming collected from the Internet and extended by Longin Jan Latecki.
The Transportation Model
Assignment Problem: Hungarian Algorithm and Linear Programming collected from the Internet and extended by Longin Jan Latecki.
Chapter 7 Transportation, Assignment & Transshipment Problems
TRANSPORTATION PROBLEM
Scheduling Scheduling is an important tool for manufacturing and service industries, where it can have a major impact on the productivity of a process.
Transportation Problems
MACHINE GROUPING IN CELLULAR MANUFACTURING With Reduction Of Material Handling As the Objective 19/04/2013 lec # 25 & 26.
The Hungarian algorithm for non-square arrays
Decision Science Chapter 6 Assignment Models.
Assignment Problem: Hungarian Algorithm and Linear Programming collected from the Internet and extended by Longin Jan Latecki.
Presentation transcript:

BASIC FACILITY LOCATION PROBLEMS Facility location problems deal with the question of where to place facilities & how to assign customers Location analysis is for choosing locations by discussing very basic models where there is only one type of cost to consider, that of transportation. We will assume that each facility is sufficiently large that it can serve all customers if necessary, i.e, that there is no limitation on facility’s capacity 26/04/20131lec # 27 & 28

BASIC FACILITY LOCATION PROBLEMS Basic facility location problems covers two types of facility location problem in which the only factor considered is transportation: i.e, I.Single Facility Placement Problem II.The Multiple Facility Placement Problem 26/04/20132lec # 27 & 28

SINGLE-FACILITY PLACEMENT PROBLEM In this case the minimum cost is determined simply by multiplying each customer’s demand by each location’s unit cost Facility is then placed in the location that is found to have lowest overall cost when all of the customer’s demand costs are totaled by location 26/04/20133lec # 27 & 28

SINGLE-FACILITY PLACEMENT PROBLEM ILUSTRATIVE PROBLEM.1: Suppose that a new copying m/c is to be installed in an office building complex. The machine can be setup in any one of five possible locations, & six offices will be assigned to use it. The demand from each office (i.e, expected number of trips made daily) & the cost (measured in terms of the time that a person spends in walking to & from each location) are given in table 1 on excel sheet 26/04/20134lec # 27 & 28

SINGLE-FACILITY PLACEMENT PROBLEM Solution procedure: When there is only one facility to place, the solution procedure consists of three very basic steps, i.e. 1.Calculate the total transportation cost matrix (also called the demand cost matrix). An element of the matrix is obtained by multiplying the cost of assigning a unit of demand, from a customer to a location, by the total demand from the customer. Eg: the cost of assigning customer A to location 1 is 3x15=45 units of time 26/04/20135lec # 27 & 28

SINGLE-FACILITY PLACEMENT PROBLEM Solution procedure: 2.Take the sum of each column. These values represent the total cost of assigning all customers to each location 3.Select the location with the minimum total cost. This is the location in which the machine should be placed 26/04/20136lec # 27 & 28

SINGLE-FACILITY PLACEMENT PROBLEM Application to the Illustrative Problem 1: The total transportation cost matrix for this problem, generated in step 1, is given in table 2 on excel sheet. The last row, the total, is the sum of each column. Since the total cost for location 4 is the least, hence this site is selected, & all the customers are assigned to this machine 26/04/20137lec # 27 & 28

MULTIPLE-FACILITY PLACEMENT PROBLEM Multiple-Facility problem is slightly more complicated. two familiar algorithms for such type of problems are: a.The Brute Force Method & b.The Heuristic Approach Brute force attacks the problem directly by setting up all possible combinations of locations & calculating the minimum transportation cost for each customer to be served by each location combination. The best combination of locations is that which has the overall minimum cost when the totals for all the customers at each of the combination are compared. This procedure becomes unweildly when the number of possible combinations become large 26/04/20138lec # 27 & 28

MULTIPLE-FACILITY PLACEMENT PROBLEM a.BRUTE FORCE APPROACH. Steps of Procedure: 1.Construct a demand cost table. An entry ij in the demand cost table represents the cost of allocating all the demand from source (customer)I to location j 2.Formulate all (M/K) possible combinations 3.In the first combination, determine the demand assignment by assigning demand to the facility where the cost of assignment is the minimum, it is done in the following two manner: 26/04/2013lec # 27 & 289

MULTIPLE-FACILITY PLACEMENT PROBLEM a.BRUTE FORCE APPROACH. Steps of Procedure: 3.a. consider only the columns of the demand cost matrix associated with the particular combination 3.b. Assign each demand to the facility having the smallest demand costs entry in its row for those columns selected in step.3.a 4. Calculate the total cost of the combination by taking the sum of the costs of the assignment in step 3 26/04/2013lec # 27 & 2810

MULTIPLE-FACILITY PLACEMENT PROBLEM a.BRUTE FORCE APPROACH. Steps of Procedure: 5.Repeat step 3 & 4 for all remaining combinations 6.Select combination with the overall minimum cost as the optimum combination; the associated demand assignments are optimum assignments 26/04/2013lec # 27 & 2811

MULTIPLE-FACILITY PLACEMENT PROBLEM BRUTE FORCE APPROACH Illustrative Problem.2: A Manager of automobile service stations has sufficient funds to buy two identical diagnostic machines. He currently operates 5 service stations within the city, & he has identified five areas from which demands will occur. Transportation time from the centre of gravity of each area cluster to the each location as given in table.3 (on excel sheet). Also shown is the demand from each customer (area) for such a machine. The requirement is to place two new machines in locations that will minimize the total transportation time, since the manager considers this to be the measure of efficiency 26/04/2013lec # 27 & 2812

MULTIPLE-FACILITY PLACEMENT PROBLEM BRUTE FORCE APPROACH Illustrative Problem.2: Solution: There are (M/K) ways of selecting K facilities in M available locations (M/K) = M!/K! (M-K)! Here M = 5, K=2 There fore (M/K) = 5!/2!3!= 10 Possible ways of placing theses facilities If all combinations are examined & demand is assigned to each such that we obtain the minimum cost for the combination, then the overall minimum can be found By application of the steps of Brute force the further calculation is given in table 4 & 5 on excel sheet Result: from table 5 combination for location 3 & 4 gives the minimum cost for new machine installation & hence same locations recommended for installation of such machines 26/04/2013lec # 27 & 2813