1 Network Models Chapter 4 2 For a given network find the path of minimum distance, time, or cost from a starting point, the start node, to a destination,

Slides:



Advertisements
Similar presentations
Shortest Paths Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 9.6 Based on slides from Chuck Allison, Michael T.
Advertisements

1Other Network ModelsLesson 6 LECTURE SIX Other Network Models.
Transportation Problem (TP) and Assignment Problem (AP)
Chapter 11 To accompany Quantitative Analysis for Management, Eleventh Edition, Global Edition by Render, Stair, and Hanna Power Point slides created by.
Chapter 4 Network Models.
Math443/543 Mathematical Modeling and Optimization
Network Flow Models Chapter 7.
OPERATIONS MANAGEMENT for MBAs Fourth Edition
9-1 Supporting Management and Decision Making 9-2 The Managers and Decision Making The Manager’s job Manager decisions and computerized support Modeling.
1 1 Slide © 2000 South-Western College Publishing/ITP Slides Prepared by JOHN LOUCKS.
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.
Business Process Reengineering and Information Technology
Ch. 11: Optimization and Search Stephen Marsland, Machine Learning: An Algorithmic Perspective. CRC 2009 some slides from Stephen Marsland, some images.
2-1 Information Technologies Concepts and Management.
Max-flow/min-cut theorem Theorem: For each network with one source and one sink, the maximum flow from the source to the destination is equal to the minimal.
Linear Programming Chapter 14 Supplement. Lecture Outline Model Formulation Graphical Solution Method Linear Programming Model Solution Solving Linear.
Network Models.
Transportation and Transshipment Models
13-1 Information Technology Economics Information Technology: Economic and Financial Trends Internal IT versus outsourcing Expanding power / declining.
1 Network Models Chapter 4 2 For a given network find the path of minimum distance, time, or cost from a starting point, the start node, to a destination,
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
Network Optimization Models
Network Models (2) Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 6 hh Edition Chapter 11 Supplement Roberta.
Linear and Integer Programming Models 1 Chapter 2.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
Appendix B Risk Analysis Using Crystal Ball OPERATIONS MANAGEMENT for MBAs Third Edition Prepared by E. Sonny Butler Georgia Southern University.
MODELING AND ANALYSIS OF MANUFACTURING SYSTEMS Session 12 MACHINE SETUP AND OPERATION SEQUENCING E. Gutierrez-Miravete Spring 2001.
Network Optimization Problems
1 1 Slide © 2009 South-Western, a part of Cengage Learning Slides by John Loucks St. Edward’s University.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
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.
Traveling Salesman Problem (TSP)
Project Management in Practice
Shortest Paths Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 8.6 Based on slides from Chuck Allison, Michael T.
Prepared by Scott M. Shafer, Updated by William E. Matthews and Thomas G. Roberts, William Patterson University Copyright 2007 John Wiley & Sons, Inc.5-1.
Chapter 8 Network Models to accompany Operations Research: Applications and Algorithms 4th edition by Wayne L. Winston Copyright (c) 2004 Brooks/Cole,
Project Management in Practice
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 5 th Edition Chapter 10 Supplement Roberta.
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.
Reid & Sanders, Operations Management © Wiley 2002 Linear Programming B SUPPLEMENT.
Reid & Sanders, Operations Management © Wiley 2002 Solving Transportation Problems C SUPPLEMENT.
H-1 Prepared by Coby Harmon University of California, Santa Barbara Westmont College.
Transportation, Assignment, and Network Models 9 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power.
1 Network Models. Context Mathematical programming –Linear programming – Supp to Chap 14 –Integer programming – Network programming – Suppl to Chap 11.
1 Linear Programming 2 A Linear Programming model seeks to maximize or minimize a linear function, subject to a set of linear constraints. The linear.
Transportation and Transshipment Models Chapter 11 Supplement Russell and Taylor Operations and Supply Chain Management, 8th Edition.
Beni Asllani University of Tennessee at Chattanooga
Beni Asllani University of Tennessee at Chattanooga
St. Edward’s University
Beni Asllani University of Tennessee at Chattanooga
Transportation and Transshipment Models
1.3 Modeling with exponentially many constr.
Network Models.
Network Models.
Shortest Paths Discrete Mathematics and Its Applications (7th Edition)
Discrete Mathematics and Its Applications (5th Edition)
Shortest Paths Discrete Mathematics and Its Applications (7th Edition)
Transportation and Transshipment Models
Introduction Basic formulations Applications
Discrete Mathematics and Its Applications (5th Edition)
Chapter 6 Network Flow Models.
Shortest Paths Discrete Mathematics and Its Applications (8th Edition)
Chapter 6 Network Models.
Shortest Paths Discrete Mathematics and Its Applications (7th Edition)
Shortest Paths Discrete Mathematics and Its Applications (7th Edition)
Presentation transcript:

1 Network Models Chapter 4

2 For a given network find the path of minimum distance, time, or cost from a starting point, the start node, to a destination, the terminal node. Problem definition –There are n nodes, beginning with start node 1 and ending with terminal node n. –Bi-directional arcs connect connected nodes i and j with nonnegative distances, d ij –Find the path of minimum total distance that connects node 1 to node n. 4.5 The Shortest Path Model

3 Determine the shortest route from Seattle to El Paso over the following network of highways. FAIRWAY VAN LINES

Salt Lake City El Paso Seattle Boise Portland Butte Cheyenne BakersfieldLas Vegas Albuquerque Tucson Phoenix Comment In case some arcs are bi-directional, create two directed arcs in two opposite directions, between the same two nodes.

5 Decision variables Objective = Minimize  d ij X ij FAIRWAY VAN LINES – The Linear Programming Model

6 6 2 Salt Lake City 1 34 Seattle Boise Portland Butte [The number of highways traveled out of Seattle (the start node)] = 1 X 12 + X 13 + X 14 = 1 In a similar manner: [The number of highways traveled into El Paso (terminal node)] = 1 X 9,12 + X 10,12 + X 11,12 = 1 [The number of highways used to travel into a city] = [The number of highways traveled leaving the city]. For example, in Boise (node 4): X 14 + X 34 = X 47. Subject to the following constraints: Non-negativity constraints

7 FAIRWAY VAN LINES – spreadsheet

8 The Dijkstra’s algorithm: –Find the shortest distance from the “START” to each other node, in the order of the closet nodes to the “START”. –Once the shortest route to the m closest node is determined, the (m+1) closest can be easily determined. –This algorithm finds the shortest route from the start to all the nodes in the network. FAIRWAY VAN LINES – The Network Model

9 An illustration of the Dijkstra’s algorithm (See mathematical formulation of the algorithm in Supplement CD 5).

10 SEAT. BUT 599 POR BOI POR. BOI 432 BAK = = BOI BOISE. 345 SLC + = 842 BUTTE SLC 420 CHY = = SLC. SLC … and so on until the whole network is covered. SLC.

11 Dijkstra’s algorithm - continued When all the network is covered, the shortest route from START to every other node can be identified. Trace the path that leads to each node by backtracking from each node toward node START.

12 Problem definition –There is a source node (labeled 1), from which the network flow emanates. –There is a terminal node (labeled n), into which all network flow is eventually deposited. –There are n - 2 intermediate nodes (labeled 2, 3,…,n-1), where the node inflow is equal to the node outflow. –There are capacities C ij for flow on the arc from node i to node j, and capacities C ji for the opposite direction. 4.6 The Maximal Flow Problem

13 The objective is to find the maximum total flow out of node 1 that can flow into node n without exceeding the capacities on the arcs. The Maximal Flow Problem Objective

14 United Chemical produces pesticides and lawn care products. Poisonous chemicals needed for the production process are held in a huge drum. A network of pipes and valves regulates the chemical flow from the drum to different production areas. The safety division must plan a procedure to empty the drum as fast as possible into a safety tub in the disposal area, using a network of pipes and valves. UNITED CHEMICAL COMPANY

15 The plan must determine: which valves to open and shut What is the estimated time for total discharge UNITED CHEMICAL COMPANY

16 UNITED CHEMICAL COMPANY- Network Presentation

17 Data Chemical Drum Safe Tub Maximum flow from 2 to 4 is 8 Maximum flow from 6 to 3 is 4

18 Decision variables X ij - the flow from node i to node j on the arc that connects these two nodes Objective function – Maximize the flow out of node 1: Max X 12 + X 13 UNITED CHEMICAL COMPANY – The Linear Programming Model

19 Constraints –The constraint on each intermediate node is: Flow out from the node – flow into the node = 0 Node 2: X23 +X24 + X26 - X12 - X32= 0 Node 3: X32 +X35 + X36 - X13 - X23 - X63 = 0 Node 4: X46 + X47 - X24 - X64 = 0 Node 5: X56 + X57 - X35 - X65 = 0 Node 6: X63 +X64 +X65 + X67 - X26 - X36 - X46 -X56= 0 UNITED CHEMICAL COMPANY – The Linear Programming Model 2

20 Constraints – continued –Flow cannot exceed arc capacities X12  10; X13  10; X23  1; X24  8; X26  6; X32  1; X35  15; X36  4; X46  3; X47  7; X56  2; X57  8; X63  4; X64  3; X65  2; X67  2; –All X ij  0 UNITED CHEMICAL COMPANY – The Linear Programming Model

21 UNITED CHEMICAL COMPANY – Spreadsheet

– The value of the maximum flow = the sum of the capacities of the minimum cut. The role of cuts in a maximum flow network This is not a minimal cut This is a minimal cut, and the flow is maximal

The Traveling Salesman Problem Problem definition –There are m nodes. –Unit cost C ij is associated with utilizing arc (i,j) –Find the cycle that minimizes the total cost required to visit all the nodes exactly once.

24 The Traveling Salesman Problem Importance: –Variety of scheduling application can be solved as a traveling salesmen problem. –Examples : Ordering drill position on a drill press. School bus routing. Military bombing sorties. –The problem has theoretical importance because it represents a class of difficult problems known as NP-hard problems.

25 The Traveling Salesman Problem Complexity Both writing the mathematical model and solving it are cumbersome (a problem with 20 cities requires over 500,000 linear constraints.)

26 THE FEDERAL EMERGENCY MANAGEMENT AGENCY A visit must be made to four local offices of FEMA, going out from and returning to the same main office in Northridge, Southern California. Data Travel time between offices (minutes)

27 FEMA traveling salesman Network representation

Home

29 FEMA - Traveling Salesman Solution approaches –Enumeration of all possible cycles. This results in (m-1)! cycles to enumerate. Only small problems can be solved with this approach. –A combination of the Assignment problem and the Branch and Bound technique. Problem with up to m=20 nodes can be efficiently solved with this approach.

30 Possible cycles CycleTotal Cost 1. H-O1-O2-O3-O4-H H-O1-O2-O4-O3-H H-O1-O3-O2-O3-H H-O1-O3-O4-O2-H H-O1-O4-O2-O3-H H-O1-O4-O3-O2-H H-O2-O3-O1-O4-H H-O2-O1-O3-O4-H H-O2-O4-O1-O3-H H-O2-O1-O4-O3-H H-O3-O1-O2-O4-H H-O3-O1-O2-O4-H260 Minimum For this problem we have (5-1)! / 2 = 12 cycles. Symmetrical problems need to enumerate only (m-1)! / 2 cycles. FEMA – full enumeration

Home FEMA – optimal solution

32 Refer to the nodes designated “From” as “Workers” nodes. Refer to nodes designated by “To” as “Jobs” nodes. Assign “Workers” to “Jobs” at minimum cost. FEMA – The Assignment problem approach

33 Data FEMA – The Assignment problem approach

34 FEMA – The assignment solution Home O3 – O4 – O3 Sub-tour O1 – O2 – H – O1 Sub-tour

35 We can prevent the situation of sub-tours by adding certain constraints. This makes the problem extremely large. Another approach, that combines the Assignment model with the Branch and Bound solution methodology can efficiently solve problems up to m = 20 nodes. FEMA – The assignment solution

The Minimal Spanning Tree This problem arises when all the nodes of a given network must be connected to one another, without any loop. The minimal spanning tree approach is appropriate for problems for which redundancy is expensive, or the flow along the arcs is considered instantaneous.

37 THE METROPOLITAN TRANSIT DISTRICT

38 THE METROPOLITAN TRANSIT DISTRICT The City of Vancouver is planning the development of a new light rail transportation system. The system should link 8 residential and commercial centers. The Metropolitan Transit District needs to select the set of lines that will connect all the centers at a minimum total cost.

39 METROPOLITAN TRANSIT – Network presentation The network describes: – feasible lines that have been drafted – minimum possible cost for taxpayers per line.

West Side North Side University Business District East Side Shopping Center South Side City Center

41 SPANNING TREE NETWORK PRESENTATION West Side North Side University Business District East Side Shopping Center South Side City Center

42 Solution - a network approach (See Supplement CD 5) The algorithm that solves this problem is a very trivial greedy procedure. Two versions of the algorithm are described. The algorithm – version 1: –Start by selecting the smallest arc, and adding it to a set of selected arcs (currently contains only the first arc). –At each iteration, add the next smallest arc to the set of selected arcs, unless it forms a cycle. –Finish when all nodes are connected. THE METROPOLITAN TRANSIT DISTRICT

43 The algorithm – version 2: –Start by selecting the smallest arc creating the set of connected arcs. –At each iteration add the smallest unselected arc that has a connection to the connected set, but do not create a cycle. –Finish when all nodes are connected See demonstration of version 2 next THE METROPOLITAN TRANSIT DISTRICT

44 Shopping Center Loop West Side North Side University Business District East Side South Side City Center Total Cost = $236 million OPTIMAL SOLUTION NETWORK REPRESENTATION 5 Loop

45 Shopping Center West Side North Side University Business District East Side South Side City Center Total Cost = $236 million OPTIMAL SOLUTION NETWORK REPRESENTATION Loop 1 62

46 Copyright  John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that named in Section 117 of the United States Copyright Act without the express written consent of the copyright owner is unlawful. Requests for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. Adopters of the textbook are granted permission to make back-up copies for their own use only, to make copies for distribution to students of the course the textbook is used in, and to modify this material to best suit their instructional needs. Under no circumstances can copies be made for resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein.