Welcome Unit 6 Seminar MM305 Wednesday 8:00 PM ET Quantitative Analysis for Management Delfina Isaac.

Slides:



Advertisements
Similar presentations
Network Models Chapter 11
Advertisements

ITS THE FINAL LECTURE! (SING IT, YOU KNOW YOU WANT TO) Operations Research.
Outline LP formulation of minimal cost flow problem
Networks Prim’s Algorithm
Chapter 11 To accompany Quantitative Analysis for Management, Eleventh Edition, Global Edition by Render, Stair, and Hanna Power Point slides created by.
Case Study By: The South Group
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 22 Network Problems.
Chapter 7: Transportation Models Skip Ship Routing & Scheduling (pp ) Service Selection Shortest Path Transportation Problem Vehicle Routing &
VEHICLE ROUTING PROBLEM
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Network Optimization Models: Maximum Flow Problems
1 Minimal Spanning Tree This is a technique used when we need to connect many places to a system(network).
Network Optimization Problems: Models and Algorithms This handout: Minimum Spanning Tree Problem.
Optimisation Methods Network Models.
Chapter 7 Network Flow Models.
Chapter 11 Network Models. What You Need to Know For each of the three models: –What is the model? (what are given and what is to calculate) –What is.
© 2008 Prentice-Hall, Inc. Chapter 12 To accompany Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna Power Point slides.
Network Flow Models Chapter 7.
Transportation, Assignment, Network Models
MNG221 - Management Science
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-1 © 2006 by Prentice Hall, Inc. Upper Saddle River, NJ Chapter 12.
1 1 Slide © 2000 South-Western College Publishing/ITP Slides Prepared by JOHN LOUCKS.
Introduction to Management Science
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.
Computational Methods for Management and Economics Carla Gomes Module 9d Network Models Maximum Flow Problem (Slides adapted from J.Orlin’s and Hillier’s)
7-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
7-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Shortest Route, Minimal Spanning Tree and Maximal Flow Models
Operations Research Assistant Professor Dr. Sana’a Wafa Al-Sayegh 2 nd Semester ITGD4207 University of Palestine.
Networks and the Shortest Path Problem.  Physical Networks  Road Networks  Railway Networks  Airline traffic Networks  Electrical networks, e.g.,
How to Build Network? ISAT 625 Network Problems Build highways to connect cities Build highways to connect cities Build network to connect computers.
Network Optimization Models
Introduction to Operations Research
Network Optimization Problems
Welcome to MM305 Unit 6 Seminar Larry Musolino
An-Najah N. University Faculty of Engineering and Information Technology Department of Management Information systems Operations Research and Applications.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
1 1 © 2003 Thomson  /South-Western Slide Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
1 Network Models Transportation Problem (TP) Distributing any commodity from any group of supply centers, called sources, to any group of receiving.
___________________________________________________________________________ ___________________________________________________________________________.
___________________________________________________________________________ ___________________________________________________________________________.
Welcome to MM305 Unit 6 Seminar Dr. Bob Network Models.
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.
7-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Network Problems A D O B T E C
ENGM 631 Maximum Flow Solutions. Maximum Flow Models (Flow, Capacity) (0,3) (2,2) (5,7) (0,8) (3,6) (6,8) (3,3) (4,4) (4,10)
Mjdah Al Shehri Hamdy A. Taha, Operations Research: An introduction, 8 th Edition Chapter 6: Network Models.
Transportation, Assignment, and Network Models 9 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power.
Lecture 20. Graphs and network models 1. Recap Binary search tree is a special binary tree which is designed to make the search of elements or keys in.
Transportation, Assignment, and Network Algorithms 8 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale.
1 1 Slide © 2005 Thomson/South-Western Chapter 9 Network Models n Shortest-Route Problem n Minimal Spanning Tree Problem n Maximal Flow Problem.
Operations Research II Course,, September Part 2: Network Flow Operations Research II Dr. Aref Rashad.
Network Models Chapter 12
St. Edward’s University
Shortest Path from G to C Using Dijkstra’s Algorithm
Network Flow Problems – Shortest Path Problem
Network Models Chapter 12
Chapter 12 Network Models 12-1
Maximum Flow Solutions
Business Statistics with Quantitative Analysis
Transportation, Assignment and Network Models
Shortest Path.
MATS Quantitative Methods Dr Huw Owens
Network Models 7-1.
Prepared by Lee Revere and John Large
Network Models Chapter 12
Chapter 6 Network Flow Models.
Networks Prim’s Algorithm
Presentation transcript:

Welcome Unit 6 Seminar MM305 Wednesday 8:00 PM ET Quantitative Analysis for Management Delfina Isaac

Characteristics of Network Models A node is a specific location An arc connects 2 nodes Arcs can be 1-way or 2-way

Network Models with QM for Windows Appendix 6.1 Minimal-spanning tree technique – cost or distance Go to module -> networks -> file -> new -> Minimum spanning tree Maximal flow technique – flow and reverse flow capacity. Go to module-> networks -> file-> new-> Maximal flow Shortest-route technique – distance associated with each branch. Go to module-> networks, file-> new-> Shortest route

Network Models with QM for Windows Appendix 6.1 In order to use QM for Windows to solve network problems, the network must be drawn and labeled Data about this network is input to QM Branches (arcs) are identified by the starting and ending nodes for each leg of the network The following information must also be input: Minimal-spanning tree technique – cost or distance Maximal flow technique – flow and reverse flow capacity Shortest-route technique – distance associated with each branch

Steps for Solving Minimal Spanning Tree 1.Selecting any node in the network. 2.Connect this node to the nearest node minimizing the total distance. 3. Find and connect the nearest unconnected node.  If there is a tie for the nearest node, one can be selected arbitrarily.  A tie suggests that there may be more than one optimal solution. 4.Repeat the third step until all nodes are connected. Decision: Which arcs to choose to connect all nodes? Objective: Minimize the total distance of the arcs chosen

Minimal-Spanning Tree Technique Network for Lauderdale Construction (Figure 6.2) 1st Iteration

Minimal-Spanning Tree Technique Network for Lauderdale Construction (Figure 6.3) 2nd and 3rd Iterations

Minimal-Spanning Tree Technique Network for Lauderdale Construction (Figure 6.4) 4th and 5th Iterations

Minimal-Spanning Tree Technique Network for Lauderdale Construction (Figure 6.5) 6th and 7 th (Final) Iterations

Minimal-Spanning Tree Technique Network for Lauderdale Construction

Steps for the Maximal-Flow Technique 1. Pick any path from the start (source) to the finish (sink) with some flow.  If no path with flow exists, then the optimal solution has been found. 2. Find the arc on this path with the smallest flow capacity available.  Call this capacity C.  This represents the maximum additional capacity that can be allocated to this route. 3. For each node on this path, decrease the flow capacity in the direction of flow by the amount C.  For each node on this path, increase the flow capacity in the reverse direction by the amount C. 4. Repeat these steps until an increase in flow is no longer possible. Decision: How much flow on each arc? Objective: Maximize flow through the network from an origin to a destination

Maximal-Flow Technique Road Network for Waukesha (Figure 6.6)

Maximal-Flow Technique Road Network for Waukesha (Figure 6.7) Capacity Adjustment for path 1–2–6 1 st iteration

Maximal-Flow Technique Road Network for Waukesha (Figure 6.7) New Path

Maximal-Flow Technique Road Network for Waukesha Repeat the Process

Maximal-Flow Technique Road Network for Waukesha (Figure 6.8) Capacity adjustment for path 1–2–4-6 iteration 2

Maximal-Flow Technique Road Network for Waukesha (Figure 6.8) New Network

Maximal-Flow Technique Road Network for Waukesha (Figure 6.9) 3rd Iteration

Maximal-Flow Technique Road Network for Waukesha (Figure 6.9) 4 th and Final Iteration

Maximal-Flow Technique Road Network for Waukesha (Figure 6.9) There are no more paths from nodes 1 to 6 with unused capacity so this represents a final iteration The maximum flow through this network is 500 cars PATHFLOW (CARS PER HOUR) 1–2–61–2–6200 1–2–4–61–2–4–6100 1–3–5–61–3–5–6200 Total500 Final Network Flow

Maximal-Flow Technique Road Network for Waukesha

Steps of the Shortest-Route Technique 1.Find the nearest node to the origin (plant). 2.Find the next-nearest node to the origin and put the distance in a box by the node. Several paths may have to be checked to find the nearest node. 3.Repeat this process until you have gone through the entire network. Decision: Which arcs to travel on? Objective: Minimize the distance (or time) from the origin to the destination

Shortest-Route Technique: Figure 6.10 Roads from Ray’s Plant to Warehouse

Shortest-Route Technique: Figure 6.11 Ray’s Design 1 st Iteration

Shortest-Route Technique: Figure 6.12 Ray’s Design 2nd Iteration

Shortest-Route Technique: Figure 6.13 Ray’s Design 3rd Iteration

Shortest-Route Technique: Figure 6.14 Ray’s Design 4 th and Final Iteration

Shortest-Route Technique Roads from Ray’s Plant to Warehouse