Transportation Problems

Slides:



Advertisements
Similar presentations
Transportation Assignment and Transshipments Problems
Advertisements

Transportation Problem and Related Topics. 2 Ardavan Asef-Vaziri June-2013Transportation Problem and Related Topics There are 3 plants, 3 warehouses.
Linear Programming We are to learn two topics today: LP formulation
LP Examples Solid Waste Management
Network Flows. 2 Ardavan Asef-Vaziri June-2013Transportation Problem and Related Topics Table of Contents Chapter 6 (Network Optimization Problems) Minimum-Cost.
© Copyright Andrew Hall, 2002 FOMGT 353 Introduction to Management Science Lecture 17n. Slide 1 Network Models Lecture 17 (part n.) The Northwest Corner.
Transportation, Transshipment and Assignment Models and Assignment Models.
6-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Transportation, Transshipment, and Assignment Problems Chapter 6.
Masalah Penugasan.
Solusi Model Transportasi dengan Program Komputer Pertemuan 13 : Mata kuliah : K0164/ Pemrograman Matematika Tahun: 2008.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Computational Methods for Management and Economics Carla Gomes Module 8a The transportation model.
Linear Programming Example 5 Transportation Problem.
1 1 Slide © 2006 Thomson South-Western. All Rights Reserved. Slides prepared by JOHN LOUCKS St. Edward’s University.
Modeling with Linear Programming and Graphical Solution
Transportation and Assignment Problems
Transportation and Assignment Models
Linear Programming (6S) and Transportation Problem (8S)
1 Lecture 2 & 3 Linear Programming and Transportation Problem.
1 Lecture 2 MGMT 650 Linear Programming Applications Chapter 4.
Heart Valves Suppliers
Chapter 7 Transportation, Assignment & Transshipment Problems Part 1 ISE204/IE252 Prof. Dr. Arslan M. ÖRNEK.
Linear Programming Applications
Linear Programming.
Two Discrete Optimization Problems Problem: The Transportation Problem.
Transportation Model Lecture 16 Dr. Arshad Zaheer
1 The Supply Chain Supplier Inventory Distributor Inventory Manufacturer Customer Market research data scheduling information Engineering and design data.
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.
Network Models Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Supply Chain Management
Lecture 2 Chapter 10 continued…. Last Lecture Summary: Covered Sec and most part of Sec Basic concepts of Linear Programming Problem and.
1 Minimum Cost Flows Goal: Minimize costs to meet all demands in a network subject to capacities (combines elements of both shortest path and max flow.
Today’s Presentation It’s a day like all days – filled with those events which alter and change the course of history.
. 1 Transportation and Assignment Problems. . 2 Applications Physical analog of nodes Physical analog of arcs Flow Communication systems phone exchanges,
EMIS 8373: Integer Programming “Easy” Integer Programming Problems: Network Flow Problems updated 11 February 2007.
Route Planning Texas Transfer Corp (TTC) Case 1. Linear programming Example: Woodcarving, Inc. Manufactures two types of wooden toys  Soldiers sell for.
Transportation problems – The north-west corner method A manufacturer has 70 products at depot A, 30 at depot B and 40 at depot C. He has orders for 50.
The Transportation Model McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Location decisions are strategic decisions. The reasons for location decisions Growth –Expand existing facilities –Add new facilities Production Cost.
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 7 LP Formulation Examples.
EMIS 8374 Network Flow Models updated 29 January 2008.
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…
IE 311 Operations Research– I
Lecture 6 Knapsack Problem Quadratic Assignment Problem
LP Examples Solid Waste Management. A SOLID WASTE PROBLEM Landfill Maximum capacity (tons/day) Cost of transfer to landfill ($/ton) Cost of disposal at.
Transportation problems Operational Research Level 4
Transportation Problems The EBKK company has three plants producing child push chairs that are to be shipped to four distribution centers. Plans 1, 2,
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
-114- HMP654/EXECMAS Linear Programming Linear programming is a mathematical technique that allows the decision maker to allocate scarce resources in such.
Transportation, Transshipment, and Assignment Problems Chapter 6.
Chapter 7 Transportation, Assignment, and Transshipment Problems
Transportation Networks CIVE 744
Business Department SPRING FINAL EXAM/REVISION.
Chapter 3 Linear Programming Applications
Presentation by Team 2.
The Transportation Model
Why network models? Visualize a mathematical model
Decision making and Organization Management
The Transportation Model
The Transportation Problem: An Introduction
Chapter 5 Network Design in the Supply Chain
Transportation, Transshipment and Assignment Models
Transportation, Assignment and Network Models
DECISION MAKING Pongsa Pornchaiwiseskul
Chapter 7 Transportation, Assignment & Transshipment Problems
Ch 6: Transportation I. Formulation II. Northwest Corner
LP Example of Soil Stability
Transportation, Transshipment, and Assignment Problems
Chapter 5 Transportation, Assignment, and Transshipment Problems
Presentation transcript:

Transportation Problems Decision making and Organization Management Transportation Problems Pongsa Pornchaiwiseskul Faculty of Economics Chulalongkorn University Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

Drug Distribution Drugco has three drug factories that supply the need for four provinces. Each drug factory can supply the following numbers of tons of drug per month: factory A, 35; factory B, 50; factory C, 40. The drug demands in these provinces are as follows (in tons per month): province 1, 45; province 2, 20; province 3, 30; province 4, 30. The costs of distribution from factory to province depend on the distance as given in table below. Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

Graphical Representation Factory Province 1 45 35 A 2 20 50 B 3 30 40 C 4 30 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LP Formulation Define xij = tons/month of drug shipped from factory i to province j i = A, B, C j = 1, 2, 3, 4 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LP Problem for Balanced Transportation Problem MIN 8xA1+ 6xA2+ 10xA3+ 9xA4 + 9xB1+ 12xB2+ 13xB3+ 7xB4 + 14xC1+ 9xC2+ 16xc3+ 5xC4 subject to xA1+ xA2+ xA3+ xA4 = 35 xB1+ xB2+ xB3+ xB4 = 50 xC1+ xC2+ xc3+ xC4 = 40 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LP Problem (cont’d) for Balanced Transportation Problem xA1+ xB1+ xC1 = 45 xA2+ xB2+ xC2 = 20 xA3+ xB3+ xC3 = 30 xA4+ xB4+ xC4 = 30 xij >= 0 for all i,j Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LINDO inputs for Balanced Transportation Problem min 8xa1+6xa2+10xa3+9xa4 +9xb1+12xb2+13xb3+7xb4 +14xc1+9xc2+16xc3+5xc4 subject to 2) xa1+xa2+xa3+xa4=35 3) xb1+xb2+xb3+xb4=50 4) xc1+xc2+xc3+xc4=40 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LINDO inputs (cont’d) for Balanced Transportation Problem 5) xa1+xb1+xc1=45 6) xa2+xb2+xc2=20 7) xa3+xb3+xc3=30 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

TABLEAU Method Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

Unbalanced Transportation Problem Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LP Problem for Unbalanced Transportation Problem Min 8xA1+ 6xA2+ 10xA3+ 9xA4 + 9xB1+ 12xB2+ 13xB3+ 7xB4 + 14xC1+ 9xC2+ 16xc3+ 5xC4 subject to xA1+ xA2+ xA3+ xA4 +dA= 45 xB1+ xB2+ xB3+ xB4 +dB = 50 xC1+ xC2+ xc3+ xC4 +dC = 40 Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

LP Problem (cont’d) for UnBalanced Transportation Problem xA1+ xB1+ xC1 = 45 xA2+ xB2+ xC2 = 20 xA3+ xB3+ xC3 = 30 xA4+ xB4+ xC4 = 30 xij ,di>= 0 for all i,j Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University

Unbalanced Transportation Problem Pongsa Pornchaiwiseskul, Faculty of Economics, Chulalongkorn University