The Transportation Problem: An Introduction

Slides:



Advertisements
Similar presentations
Transportation Assignment and Transshipments Problems
Advertisements

Transportation simplex method. B1B2B3B4 R R R Balanced?
Standard Minimization Problems with the Dual
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
BA 452 Lesson B.3 Integer Programming 11ReadingsReadings Chapter 7 Integer Linear Programming.
Transportation, Transshipment and Assignment Models and Assignment Models.
1 Department of Business Administration SPRING Management Science by Asst. Prof. Sami Fethi © 2007 Pearson Education.
6-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Transportation, Transshipment, and Assignment Problems Chapter 6.
1Transportation ModelsLesson 4 LECTURE FOUR Transportation Models.
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.
Linear Programming Example 5 Transportation Problem.
Transportation and Assignment Problems
Transportation and Assignment Models
EMGT 501 HW # (b) (c) 6.1-4, Due Day: Sep. 21.
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
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
Network Models Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Product Mix & Master Production Scheduling
Lecture 2 Chapter 10 continued…. Last Lecture Summary: Covered Sec and most part of Sec Basic concepts of Linear Programming Problem and.
Linear Programming Topics General optimization model LP model and assumptions Manufacturing example Characteristics of solutions Sensitivity analysis Excel.
作業研究 Using Excel to Formulate and Solve Transportation Problems.
The Transportation Model McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
1 1 Slide © 2005 Thomson/South-Western MANAGMENT SCIENCE n Chapter 1: Introduction Problem solving and decision making; quantitative analysis and decision.
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 7 LP Formulation Examples.
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…
Math Programming Concept of Optimization (L.O. a ) Linear Programming Managerial Value of Information (L.O. d) Theory (L.O. b) Example Applications (L.O.
Integer Programming Key characteristic of an Integer Program (IP) or Mixed Integer Linear Program (MILP): One or more of the decision variable must be.
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.
Linear Programming Wyndor Glass Co. 3 plants 2 new products –Product 1: glass door with aluminum framing –Product 2: 4x6 foot wood frame window.
Operations Research.  Operations Research (OR) aims to having the optimization solution for some administrative problems, such as transportation, decision-making,
Transportation, Transshipment, and Assignment Problems Chapter 6.
The Transportation and Assignment Problems
SEMINAR ON TRANSPORTATION PROBLEM
Transportation Problems
Engineering Economics (2+0)
Chapter 7 Transportation, Assignment, and Transshipment Problems
Linear Programming Topics General optimization model
Managerial Economics Linear Programming
Introduction to Linear Programs
Chapter 3 Linear Programming Applications
Linear Programming Wyndor Glass Co. 3 plants 2 new products
Lecture 5 – Integration of Network Flow Programming Models
Linear Programming Topics General optimization model
The Transportation Model
Lecture 5 – Integration of Network Flow Programming Models
Linear Programming Topics General optimization model
Assignment Problem A balanced transportation problem in which
Chapter 7 Transportation, Assignment & Transshipment Problems
Transportation Problems
INFM 718A / LBSC 705 Information For Decision Making
Operations Research (OR)
Linear Programming Applications in Services
Chapter 5 Transportation, Assignment, and Transshipment Problems
Transportation Models
Slides by John Loucks St. Edward’s University.
A network problem is one that can be represented by...
Operations Research Models
Lecture 6 – Integer Programming Models
Simplex Transportation (skip)
Operations Research.
Assignment Problem A balanced transportation problem in which
Lecture 12 Network Models.
Presentation transcript:

The Transportation Problem: An Introduction m Sources n Destinations c11 El Paso Juarez S.F. Chih. City c13 Tucson Atlanta cm3 . . cm1 cmn NYC Detroit

Transportation Problem: Assumptions One item: supply si at each of m sources (‘supply points’); demand dj at each of n destinations (‘demand points’). Fixed unit transportation cost cij from source i to destination j (no volume discounts). Decision variables: xij = # of units to ship from source i to destination j.

Transportation Problem: Formulation Total transportation cost:

Transportation Problem: Formulation (cont.) Supply constraints Units shipped out of each source i (to the various destinations) cannot exceed supply at source i.

Transportation Problem: Formulation (cont.) Demand constraints Units shipped to each destination j (from the various sources) should meet demand at destination j.

Transportation Problem: Formulation (cont.) Objective: to find a shipping schedule that minimizes total transportation cost, subject to supply and demand constraints.

Transportation Problem: LP Formulation i = 1,2,...,m s.t. j = 1,2,...,n each i, j

Transportation Problem Solution May be solved using the Simplex Method of Linear Programming (in the LP module of Storm for Windows 4.0). Cumbersome when setting up constraints. As LP problem, transportation problem constraints have only 1’s and 0’s as coefficients of decision variables. Stepping Stone Method more efficient. Application software (e.g., Transportation Problem Module of Storm for Windows 4.0) available.