Chapter 7 Transportation, Assignment, and Transshipment Problems

Slides:



Advertisements
Similar presentations
Lesson 08 Linear Programming
Advertisements

Transportation Problem and Related Topics. 2 Ardavan Asef-Vaziri June-2013Transportation Problem and Related Topics There are 3 plants, 3 warehouses.
BA 452 Lesson B.3 Integer Programming 11ReadingsReadings Chapter 7 Integer Linear Programming.
Transportation Problem (TP) and Assignment Problem (AP)
1 1 Slides by John Loucks St. Edward’s University Modifications by A. Asef-Vaziri.
1 1 Slide © 2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole.
Transportation, Assignment, and Transshipment Problems
Transportation, Transshipment and Assignment Models and Assignment Models.
Transportation, Transshipment, and Assignment Problems
1 1 Slide © 2001 South-Western College Publishing/Thomson Learning Anderson Sweeney Williams Anderson Sweeney Williams Slides Prepared by JOHN LOUCKS QUANTITATIVE.
ITGD4207 Operations Research
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Computational Methods for Management and Economics Carla Gomes Module 8a The transportation model.
AN INTERACTIVE POSSIBILISTIC LINEAR PROGRAMMING APPROACH FOR MULTIPLE OBJECTIVE TRANSPORTATION PROBLEMS Dr. Celal Hakan Kagnicioglu, Assistant Anadolu.
1 1 Slide © 2006 Thomson South-Western. All Rights Reserved. Slides prepared by JOHN LOUCKS St. Edward’s University.
The Transportation and Assignment Problems
Transportation and Assignment Models
ISM 206 Optimization Theory and Applications Fall 2005 Lecture 1: Introduction.
ISM 206 Optimization Theory and Applications Spring 2005 Lecture 1: Introduction.
Linear Programming (6S) and Transportation Problem (8S)
Transportation Problems Dr. Ron Tibben-Lembke. Transportation Problems Linear programming is good at solving problems with zillions of options, and finding.
Transportation and Assignment Problems
1 Lecture 2 & 3 Linear Programming and Transportation Problem.
1 Lecture 2 MGMT 650 Linear Programming Applications Chapter 4.
Linear Programming Econ Outline  Review the basic concepts of Linear Programming  Illustrate some problems which can be solved by linear programming.
Chapter 7 Transportation, Assignment & Transshipment Problems Part 1 ISE204/IE252 Prof. Dr. Arslan M. ÖRNEK.
Linear Programming Applications
Transportation Model Lecture 16 Dr. Arshad Zaheer
Kerimcan OzcanMNGT 379 Operations Research1 Transportation, Assignment, and Transshipment Problems Chapter 7.
Lecture 2 Chapter 10 continued…. Last Lecture Summary: Covered Sec and most part of Sec Basic concepts of Linear Programming Problem and.
1 1 Slide Transportation, Assignment, and Transshipment Professor Ahmadi.
0 A Toy Production Problem  How many units to produce from each product type in order to maximize the profit? ProductMan-PowerMachineProfit Type A3 h1.
Chapter 7 Transportation, Assignment, and Transshipment Problems
Arben Asllani University of Tennessee at Chattanooga Prescriptive Analytics CHAPTER 7 Business Analytics with Shipment Models Business Analytics with Management.
DISTRIBUTION AND NETWORK MODELS (1/2)
The Transportation Model McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
___________________________________________________________________________ Quantitative Methods of Management  Jan Fábry Cutting Stock Problem Linear.
6-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Transportation, Transshipment, and Assignment Problems Chapter 6.
Business Mathematics MTH-367 Lecture 13. Chapter 10 Linear Programming An Introduction Continued…
Transportation, Assignment, and Transshipment Problems Pertemuan 7 Matakuliah: K0442-Metode Kuantitatif Tahun: 2009.
IT Applications for Decision Making. Operations Research Initiated in England during the world war II Make scientifically based decisions regarding the.
Linear Programming –Strategic Allocation of Resources Decision Making with Excel Simulation 1.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved © 2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or.
-114- HMP654/EXECMAS Linear Programming Linear programming is a mathematical technique that allows the decision maker to allocate scarce resources in such.
ISM 206 Optimization Theory and Applications Fall 2011 Lecture 1: Introduction.
The Transportation and Assignment Problems
SEMINAR ON TRANSPORTATION PROBLEM
Transportation Problems
Transportation Problem
Special Cases In Linear Programming
The Transportation Model
Lecture 5 – Integration of Network Flow Programming Models
The Transportation Model
The Transportation Problem: An Introduction
Lecture 5 – Integration of Network Flow Programming Models
Assignment Problem A balanced transportation problem in which
Transportation, Assignment and Network Models
Chapter 7 Transportation, Assignment & Transshipment Problems
Introduction Basic formulations Applications
Transportation Problems
Operations Research (OR)
Linear Programming Applications in Services
Chapter 5 Transportation, Assignment, and Transshipment Problems
Slides by John Loucks St. Edward’s University.
A network problem is one that can be represented by...
Assignment Problem A balanced transportation problem in which
Lecture 12 Network Models.
Presentation transcript:

Chapter 7 Transportation, Assignment, and Transshipment Problems Math 305 2008

Special Types of LPs Have used linear programming to formulate and solve two types of problem:   1. Determining optimal production processes (choosing a mix of products which maximize profits given limitations in resources) 2. Meeting minimum specifications (diet example: selecting foods which meet nutritional requirements at minimum cost. Others - allocating health care resources) Amazing feature of this model is its versatility: many different, seemingly unrelated, problems can be modeled as LPs

Transportation Problem A given (homogeneous) commodity is to be shipped from a set of different supply centers to another set of different destinations E.g. you make Honda Accords at 5 factories around the US and distribute the cars to 100 dealers this month E.g. tanks from 10 military bases in the US are to be shipped to Iraq, Afghanistan, and Bosnia

Transportation Problem Typical data format:   m supply centers n destinations si = amount of commodity at supply center i dj = amount of commodity required by destination j cij = cost to ship one unit from supply center i to destination j 1 2 ... n supply c11 c12 c1n s1 c21 c22 c2n s2 m cm1 cm2 cmn sm demand d1 d2 dn

Example Peas are canned in Washington, Oregon, and Minnesota and shipped to warehouses in California, Utah, South Dakota, and New Mexico warehouse cannery What are the decision variables? Objective function? Constraints? 1 2 3 4 supply 465 513 654 867 75 352 416 690 791 1 25 995 682 388 685 100 demand 80 65 70 85

AN LP! xij = amount shipped from source i to destination j minimize  cij xij (total shipping costs) subject to xij = si (use up all the supply)  xij = dj (meet all the demand) note: this assumes si =  dj  Special form:  x11 + x12 + ...+x1n = s1 x21 + x22 +...+ x2n = s2 ... xm1 + xm2... + xmn = sm   x11 + x21 + xm1 = d1 x12 + x22 + xm2 = d2

Cannery MINIMIZE 465 x11+513x12+654x13+867x14+352x21+416x22+690x23+791x24 +995x31+682x32+388x33+685x34 SUBJECT TO x11+x12+x13+x14 = 75 x21+x22+x23+x24 = 125 x31+x32+x33+x34 = 100 x11 +x21 +x31 = 80 x12 +x22 +x32 = 65 x13 +x23 +x33 = 70 x14 +x24 +x34 = 85.

Observations Solutions must be integers Special format can be exploited in solving the lp si >  dj can be handled by using a dummy destination Suppose warehouse 4 only wants 65 units warehouse cannery The special form of the problem leads to efficiencies in solving Won't cover 1 2 3 4 dummy supply 465 513 654 867 75 352 416 690 791 1 25 995 682 388 685 100 demand 80 65 70 20

Assignment Problem How do you assign n people to n jobs? Assume there is a cost, cij, associated with person i doing job j Job Person How is this a transportation problem? 1 2 ... n c11 c12 c1n c21 c22 c2n cn1 cn2 cnn

Assignment Problem Each person can do one job, si = 1 Each job is done by one person , dj = 1 cij = cost or benefit when person i does job j Job Person E.g. 5 students in a class divide a 5 problem exam 1 2 ... n supply c11 c12 c1n c21 c22 c2n cn1 cn2 cnn demand

Transshipment Problems Shipments are allowed to go through intermediate destinations Can be solved as a transportation problem Won't cover