Transshipment Problem

Slides:



Advertisements
Similar presentations
PowerPoint Slides by Robert F. BrookerCopyright (c) 2001 by Harcourt, Inc. All rights reserved. Linear Programming Mathematical Technique for Solving Constrained.
Advertisements

Applications of Optimization To Operations Management
Optimization problems using excel solver
IENG442 LINGO LAB3.
LP Examples Solid Waste Management
Linear Programming Models & Case Studies
1 1 Slides by John Loucks St. Edward’s University Modifications by A. Asef-Vaziri.
Chapter 10, Part A Distribution and Network Models
Transportation, Assignment, and Transshipment Problems
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.
TRANSPORTATION ALGORITHM
Solusi Model Transportasi dengan Program Komputer Pertemuan 13 : Mata kuliah : K0164/ Pemrograman Matematika Tahun: 2008.
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
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.
Operational Research II By Dr. SW Poon. Line of Balance.
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
Linear Programming.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc., All Rights Reserved. 1.
Optimization sheet (1).
Two Discrete Optimization Problems Problem: The Transportation Problem.
Transportation Model Lecture 16 Dr. Arshad Zaheer
Kerimcan OzcanMNGT 379 Operations Research1 Transportation, Assignment, and Transshipment Problems Chapter 7.
Transportation Problem
Lecture 2 Chapter 10 continued…. Last Lecture Summary: Covered Sec and most part of Sec Basic concepts of Linear Programming Problem and.
2/14: More Transportation Planning & Production Scheduling Roll call Return homework Go over homework Transportation planning w/ transshipments Revisiting.
1 1 Slide Transportation, Assignment, and Transshipment Professor Ahmadi.
The Transportation Method of Linear Programming Clarke Holdaway 11/3/11.
Chapter 7 Transportation, Assignment & Transshipment Problems
Chapter 7 Transportation, Assignment, and Transshipment Problems
Model 2: Transportation Problem Roshnika Fernando.
PowerPoint Slides by Robert F. BrookerHarcourt, Inc. items and derived items copyright © 2001 by Harcourt, Inc. Managerial Economics in a Global Economy.
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
The Transportation Model McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
McGraw-Hill/Irwin Copyright © 2009 by The McGraw-Hill Companies, Inc. All rights reserved.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 6.3 The student will be able to formulate the dual problem. The student.
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 7 LP Formulation Examples.
Business Mathematics MTH-367 Lecture 13. Chapter 10 Linear Programming An Introduction Continued…
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1 Homework, Page 623 Match the inequality with its graph. State.
Operations Research - Tutorial 2. Transportation Problem A dairy firm has three plants located in a state. The daily milk production at each plant is.
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.
LINEAR PROGRAMMING.
Transportation problems Operational Research Level 4
Systems of Inequalities in Two Variables. Graph of an Inequality Systems of Inequalities Linear Programming … and why Linear programming is used in.
Chapter 3 Linear Programming Applications
Recoverable Service Parts Inventory Problems -Ibrahim Mohammed IE 2079.
Linear Programming. George Dantzig 1947 NarendraKarmarkar Pioneers of LP.
1. Number of Variables 2. Transportation Example 1.
NEW SEATS! NO COMPLAINING! Homework out (that was two sheets!) 1 st sheet, all of the front, 6 of 8 on the back 2 nd sheet, you try #1 and 3, homework.
Linear Inequalities in One Variable
Transportation Problems
Transportation Networks CIVE 744
2.7 Linear Programming Objectives: Use linear programming procedures to solve applications. Recognize situations where exactly one solution to a linear.
Special Cases In Linear Programming
The Transportation Model
The Transportation Model
Chapter 7 Transportation, Assignment & Transshipment Problems
GEOP 4355 Distribution Problems
Introduction Basic formulations Applications
PGT(MATHS), ZIET,MUMBAI
Chapter 5 Transportation, Assignment, and Transshipment Problems
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Problem Constraints of the Form 
Linear Programming.
Presentation transcript:

Transshipment Problem STRATEGIC RESOURCE ALLOCATION and PLANNING MGMT E-5050 Bamm Mining Company Transshipment Problem

Bamm Mining Company Bamm Mining Company is currently extracting rock from two mines. Once it is taken from the ground and loaded on a truck, it is sent to one of two plants for processing. The processed rock is then shipped to one of three builders’ supply stores, where it is sold for landscaping purposes. The cost of transportation, the supply available at each mine, and the processing capacity of each plant are given on the following table:

Daily Process Capacity Bamm Mining Company Cost per Ton for Shipping To Plant From Mine #1 #2 Daily Supply A $6.00 $8.00 320 tons B $7.00 $10.00 450 tons Daily Process Capacity 500 tons

Bamm Mining Company To From Plant #1 $13.00 $17.00 $20.00 #2 $19.00 The cost of shipping from each processing plant to each store and the daily demand are as follows: Cost per Ton for Shipping To From Plant Supply Store A Supply Store B Supply Store C #1 $13.00 $17.00 $20.00 #2 $19.00 $22.00 $21.00 Daily Demand 200 240 330

Bamm Mining Company REQUIREMENT: Formulate a linear program that can be used to determine how to meet the demands of the 3 supply stores at the least cost. Solve this by computer. How many tons should be shipped from each mine to each plant? How many tons should go from each plant to each store?

Bamm Mining Company Assume that the cost of processing the rock is $22.00 per ton at Plant 1 and $18.00 per ton at Plant 2. REQUIREMENT: Formulate a linear program to minimize the total processing and transportation cost. Solve this by computer. What is the optimal solution?

Solution Let : A1 = tons of ore from mine A to plant 1 B1 = tons of ore from mine B to plant 1 B2 = tons of ore from mine B to plant 2

Solution Let : X1 = tons shipped to Builder’s Home from plant 1 Y1 = tons shipped to Homeowners’ Hdqtrs from plant 1 Y2 = tons shipped to Homeowners’ Hdqtrs from plant 2 Z1 = tons shipped to Hardware City from plant 1 Z2 = tons shipped to Hardware City from plant 2

Solution Minimize cost = 6A1 + 8A2 + 7B1 + 10B2 + 13X1 + 19X2 + 17Y1 + 22Y2 + 20Z1 + 21Z2 subject to : A1 + A2 = 320 ( supply at mine A ) B1 + B2 = 450 ( supply at mine B ) A1 + B1 =< 500 ( capacity at plant 1 ) A2 + B2 =< 500 ( capacity at plant 2 )

Solution X1 + X2 = 200 ( demand at Builder’s Home ) Y1 + Y2 = 240 ( demand at Homeowners’ Hdqtrs ) Z1 + Z2 = 330 ( demand at Hardware City ) A1 + B1 = X1 + Y1 + Z1 Units shipped into plant 1 must equal units shipped out of plant 1 A2 + B2 = X2 + Y2 + Z2 Units shipped into plant 2 must equal units shipped out of plant 2 All variables => 0

Solution A1 = 50 tons of ore from mine A to plant 1 B1 = 450 tons of ore from mine B to plant 1 X1 = 200 tons shipped to Builder’s Home from plant 1 Y1 = 240 tons shipped to Homeowners’ Hdqtrs from plant 1 Z1 = 60 tons shipped to Hardware City from plant 1 Z2 = 270 tons shipped to Hardware City from plant 2 All other variables = 0 Minimum total cost = $19,160.00