Prepared by Lee Revere and John Large

Slides:



Advertisements
Similar presentations
Network Models Chapter 11
Advertisements

ITS THE FINAL LECTURE! (SING IT, YOU KNOW YOU WANT TO) Operations Research.
Operations Management
Chapter 11 To accompany Quantitative Analysis for Management, Eleventh Edition, Global Edition by Render, Stair, and Hanna Power Point slides created by.
WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 22 Network Problems.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
To accompany Quantitative Analysis for Management, 8e by Render/Stair/Hanna 10-1 © 2003 by Prentice Hall, Inc. Upper Saddle River, NJ Chapter 10.
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.
Table 1. Shipping costs, Supply, and Demand for Powerco Example
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
Slide Copyright © 2009 Pearson Education, Inc. AND Active Learning Lecture Slides For use with Classroom Response Systems Chapter 14 Graph Theory.
Graph Theory Hamilton Paths and Hamilton Circuits.
Minimum Spanning Trees: Chapter 6s The Modern Corp. Problem Modern Corporation has decided to have a state-of-the-art fiber-optic network installed to.
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.
SUPPLEMENT TO CHAPTER EIGHT Irwin/McGraw-Hill © The McGraw-Hill Companies, Inc., 1999 THE TRANSPORTATION MODEL 8S-1 Chapter 8 Supplement The Transportation.
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.
Welcome Unit 6 Seminar MM305 Wednesday 8:00 PM ET Quantitative Analysis for Management Delfina Isaac.
Welcome to MM305 Unit 6 Seminar Dr. Bob Network Models.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Decision Maths 1 Shortest path algorithm Dijkstra’s Algorithm A V Ali :
7-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
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.
SHORTEST ROUTE PROBLEM A Networking Model Report for DPA 702 QUANTITATIVE METHODS OF RESEARCH By: ALONA M. SALVA Cebu Technological University.
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
Hamilton Paths and Hamilton Circuits
St. Edward’s University
The Transportation Model
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
Heuristics Definition – a heuristic is an inexact algorithm that is based on intuitive and plausible arguments which are “likely” to lead to reasonable.
Business Statistics with Quantitative Analysis
Transportation, Assignment and Network Models
Chapter 3 Dynamic Programming.
Shortest Path.
MATS Quantitative Methods Dr Huw Owens
Network Models 7-1.
Chapter 5 Transportation, Assignment, and Transshipment Problems
Network Models Chapter 12
Chapter 6 Network Flow Models.
Operations Management
Shortest Path Solutions
Operations Management
Presentation transcript:

Prepared by Lee Revere and John Large Chapter 12 Network Models Prepared by Lee Revere and John Large To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-1

Learning Objectives Students will be able to: Connect all points of a network while minimizing total distance using the minimal-spanning tree technique. Find the shortest path through a network using the shortest-route technique. Understand the important role of software in solving network problems. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-2

Chapter Outline 12.1 Introduction 12.2 Minimal-Spanning Tree Technique 12.4 Shortest-Route Technique To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-3

Introduction The presentation will cover two network models that can be used to solve a variety of problems: the minimal-spanning tree technique, and the shortest-route technique. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-4

Minimal-Spanning Tree Technique Definition: The minimal-spanning tree technique determines the path through the network that connects all the points while minimizing total distance. For example: If the points represent houses in a subdivision, the minimal spanning tree technique can be used to determine the best way to connect all of the houses to electrical power, water systems, etc. in a way that minimizes the total distance or length of power lines or water pipes. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-5

Shortest Route Technique Definition: Shortest route technique can find the shortest path through a network. For example: This technique can find the shortest route from one city to another through a network of roads. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-6

Minimal-Spanning Tree Steps Select any node in the network. Connect this node to the nearest node minimizing the total distance. Find and connect the nearest unconnected node to one of the connected nodes. 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. Repeating the third step until all nodes are connected. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-7

Figure 12.1: Network for Lauderdale Construction To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-8

Minimal-Spanning Tree Technique Solving the network for Melvin Lauderdale construction Start by arbitrarily selecting node 1. Since the nearest node is the third node at a distance of 2 (200 feet), connect node 1 to node 3. Shown in Figure 12.2 (2 slides hence) Considering nodes 1 and 3, look for the next-nearest node. This is node 4, which is the closest to node 3 with a distance of 2 (200 feet). Once again, connect these nodes (Figure 12.3a (3 slides hence). To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-9

Figure 12.1: Network for Lauderdale Construction To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-10

Figure 12.2: First Iteration Lauderdale Construction To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-11

Fig 12.3a: Second Iteration To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-12

Fig 12.3b: Third Iteration 12-13 To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-13

Summarize: Minimal-Spanning Tree Technique Step 1: Select node 1 Step 2: Connect node 1 to node 3 Step 3: Connect the next nearest node Step 4: Repeat the process The total number of iterations to solve this example is 7. This final solution is shown in the following slide. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-14

Fig 12.5b: Third Iteration 12-15 To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-15

The Shortest-Route Technique The shortest-route technique minimizes the distance through a network. The shortest-route technique finds how a person or item can travel from one location to another while minimizing the total distance traveled. The shortest-route technique finds the shortest route to a series of destinations. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-16

Example: From Ray’s Plant to Warehouse For example, Every day, Ray Design, Inc., must transport beds, chairs, and other furniture items from the factory to the warehouse. This involves going through several cities. Ray would like to find the route with the shortest distance. The road network is shown on the next slide. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-17

Shortest-Route Technique (continued) Roads from Ray’s Plant to Warehouse: 1 2 3 4 5 6 100 150 200 50 40 Warehouse Plant To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-18

Steps of the Shortest-Route Technique Find the nearest node to the origin (plant). Put the distance in a box by the node. Find the next-nearest node to the origin (plant), and put the distance in a box by the node. In some cases, several paths will have to be checked to find the nearest node. Repeat this process until you have gone through the entire network. The last distance at the ending node will be the distance of the shortest route. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-19

Shortest-Route Technique (continued) Ray Design: 1st Iteration 100 1 2 3 4 5 6 100 150 200 50 40 Warehouse Plant The nearest node to the plant is node 2, with a distance of 100 miles. Thus, connect these two nodes. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-20

Shortest Route Technique (continued) Ray Design: 2nd Iteration 1 2 3 4 5 6 100 150 200 50 40 The nearest node to the plant is node 3, with a distance of 50 miles. Thus, connect these two nodes. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-21

Shortest-Route Technique (continued) Ray Design: 3rd Iteration 1 2 3 4 5 6 100 150 200 50 40 190 The nearest node to the plant is node 5, with a distance of 40 miles. Thus, connect these two nodes. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-22

Shortest Route Technique (continued) 4th and Final Iteration 1 2 3 4 5 6 100 150 200 50 40 190 290 Total Shortest Route = 100 + 50 + 40 + 100 = 290 miles. To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 12-23