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.

Slides:



Advertisements
Similar presentations
Facility Location Decisions
Advertisements

Network Models Robert Zimmer Room 6, 25 St James.
Bus 480 – Lecture 2 Transportation and Assignment models
Outline LP formulation of minimal cost flow problem
1 Lecture 2 Shortest-Path Problems Assignment Problems Transportation Problems.
Transshipment Problem
LP Examples Solid Waste Management
1 1 BA 452 Lesson B.2 Transshipment and Shortest Route ReadingsReadings Chapter 6 Distribution and Network Models.
1 1 Slides by John Loucks St. Edward’s University Modifications by A. Asef-Vaziri.
Chapter 10, Part A Distribution and Network Models
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.
1 1 Slide © 2001 South-Western College Publishing/Thomson Learning Anderson Sweeney Williams Anderson Sweeney Williams Slides Prepared by JOHN LOUCKS QUANTITATIVE.
Solusi Model Transportasi dengan Program Komputer Pertemuan 13 : Mata kuliah : K0164/ Pemrograman Matematika Tahun: 2008.
Management Science 461 Lecture 6 – Network Flow Problems October 21, 2008.

1 ENGM Prototype Example K-Log Lumber Mill Warehouse.
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.
Network Optimization Models: Maximum Flow Problems In this handout: The problem statement Solving by linear programming Augmenting path algorithm.
1 Lecture 2 MGMT 650 Linear Programming Applications Chapter 4.
INTRODUCTION TO LINEAR PROGRAMMING
Chapter 7 Transportation, Assignment & Transshipment Problems Part 1 ISE204/IE252 Prof. Dr. Arslan M. ÖRNEK.
Transportation, Assignment, Network Models
IE 3265 Production & Operations Management Slide Series 2.
NetworkModel-1 Network Optimization Models. NetworkModel-2 Network Terminology A network consists of a set of nodes and arcs. The arcs may have some flow.
Example 15.4 Distributing Tomato Products at the RedBrand Company
Network Flows Based on the book: Introduction to Management Science. Hillier & Hillier. McGraw-Hill.
1 Use the ”distance_matrix_calculation.mos” model (1) (2) (3) (4)(5) (6)(7) Structure of data file: number_nodes:7 edges:[ (1,2) 3 (2,3) 1.
1 Lecture 4 Maximal Flow Problems Set Covering Problems.
Kerimcan OzcanMNGT 379 Operations Research1 Transportation, Assignment, and Transshipment Problems Chapter 7.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
1 1 Slide © 2009 South-Western, a part of Cengage Learning Slides by John Loucks St. Edward’s University.
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.
Chapter 5 Network Models. Thomson/South-Western 2007 © South-Western/Cengage Learning © 2012 Practical Management Science, 4e Winston/Albright Introduction.
1 Hyong-Mo Jeon Reliability Models for Facility Location with Risk Pooling ISE 2004 Summer IP Seminar Jul
Network Models Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Network Optimization Problem
1 1 Slide Transportation, Assignment, and Transshipment Professor Ahmadi.
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.
Minimum Cost Flows. 2 The Minimum Cost Flow Problem u ij = capacity of arc (i,j). c ij = unit cost of shipping flow from node i to node j on (i,j). x.
 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.
Chapter 7 Transportation, Assignment, and Transshipment Problems
Network Optimization Problems
1 1 Slide © 2009 South-Western, a part of Cengage Learning Slides by John Loucks St. Edward’s University.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
DISTRIBUTION AND NETWORK MODELS (1/2)
Location decisions are strategic decisions. The reasons for location decisions Growth –Expand existing facilities –Add new facilities Production Cost.
EMIS 8374 Network Flow Models updated 29 January 2008.
We have used the exponential growth equation
CHAPTER V Transportation Models Instructor : Lect.Volkan ÇETİNKAYA.
Let us consider one producer P and four customers, which are supplied each day with one item of product each. Customers can be supplied only by trucks.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
Transportation, Assignment, and Transshipment Problems Pertemuan 7 Matakuliah: K0442-Metode Kuantitatif Tahun: 2009.
ENGM 631 Optimization Ch. 3: Introduction to Linear Programming.
IT Applications for Decision Making. Operations Research Initiated in England during the world war II Make scientifically based decisions regarding the.
1 utdallas.edu/~metin SC Design Facility Location Models.
Linear Programming.  Linear Programming provides methods for allocating limited resources among competing activities in an optimal way.  Linear → All.
Management Science 461 Lecture 3 – Covering Models September 23, 2008.
Facility Location and Network Design Models. Facility Location Assumptions Based on graph G=(V,E) Demand nodes, I  V, are known and fixed Set J  V of.
BASIC FACILITY LOCATION PROBLEMS Facility location problems deal with the question of where to place facilities & how to assign customers Location analysis.
ENGM 631 Optimization Transportation Problems.
Chapter 5 Network Design in the Supply Chain
Dijkstra’s Algorithm for the Shortest Path Problem
Network Models Robert Zimmer Room 6, 25 St James.
Facility Location Part 1
Demand Allocation Example
years years.
IE 8580 Module 2: Transportation in the Supply Chain
Presentation transcript:

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 which waste facilities to open, given a capacity for each waste unit and per-unit transportation costs for shipping waste from a plant facility to a waste facility. We can model this problem by extending our facility location models. Suppose we have the network shown on the next slide and let K={4, 9, 10} be possible locations for our waste disposal facilities. At each plant j  J, the amount of waste material produced is proportional (with proportionality constant 0<  j <1) to the amount of goods produced; for example, if plant 5 produces 500 units, then it also produces 500  units of waste. These proportionality constants are The one-time fixed cost associated with opening a waste disposal facility at k  K is and their capacities are The cost of shipping one unit of waste from plant j  J to waste disposal unit k  K is $10d jk, where d jk is the shortest distance from j to k, while the cost of shipping one unit of demand from plant j to customer i is $20d ij. Assuming that a customer can receive its demand from multiple plants and that the waste from a plant can be shipped to multiple disposal locations, determine how to satisfy customer demands and waste removal requirements at minimum cost. Where are the plants and waste disposal units?

Fixed-Charge Location Problem

Solution Optimal cost is $42, Optimal solution opens plants in all possible locations. Plant 3 services customer 3, plant 5 serves customers 2 and 5, plant 6 serves customers 1, 6, and 9, plant 7 serves customer 7, and plant 8 serves customers 4, 8, and 10. Optimal solution opens waste disposal facilities at locations 4 and 10, with location 4 handling waste from plants 3, 5, and 7, and location 10 handling waste from plants 6 and 8.