University of Southern California s6

Total Page:16

File Type:pdf, Size:1020Kb

University of Southern California s6

University of Southern California Daniel J. Epstein Department of Industrial and Systems Engineering ISE 330: Introduction to Operations Research Lecture 17 Outline

Read: H & L chapter 9.1-9.3

Many network optimization models are actually special types of LP problems.

Four important kinds of network problems:

[1] the shortest path problem

[2] the minimum spanning tree problem

[3] the maximum flow problem

[4] the minimum cost flow problem

Network terminology:

Nodes

Arcs: directed arcs, undirected arcs (links)

Networks: directed networks, undirected networks

Path: directed path, undirected path

Cycle

Connected:connected nodes, connected network

Spanning Tree: a connected network with no undirected cycles Corresponds to BFS for network simplex method.

Arc capacity

Supply node, demand node, transshipment node

1 ISE 330: Lecture 16 Notes http://www-classes.usc.edu/engr/ise/330

E.C. 2 ISE 330: Lecture 16 Notes http://www-classes.usc.edu/engr/ise/330

SEERVEDA PARK: Road system for trams and jeeps driven by park rangers.

A 7 2 2 5 T O 5 B 4 D

4 1 3 1 7

C E 4

O is the park entrance, and there is a scenic wonder at station T. The park management currently faces three problems:

[1] Determine which route from the park entrance to station T has the smallest total distance for the operation of the trams.

[2] Telephone lines must be installed under the roads to establish communication among all the stations. Where should the lines be laid to provide connection between every pair of stations while minimizing the total lines laid?

[3] To reduce tourist impact on the park, there is a ration on the number of tram trips that can be made on each of the roads per day. How should the tram routes be planned so as to maximize the number of trips that can be made per day without violating the limits?

E.C. 3 ISE 330: Lecture 16 Notes http://www-classes.usc.edu/engr/ise/330

The Shortest Path Problem

Consider an undirected and connected network with two special nodes called the origin and the destination. Associated with each of the links (undirected arcs) is a non-negative distance. The objective is to find the shortest path from the origin to the destination.

E.C. 4

Recommended publications