30
Street-Routing Problems Lecture 24 Sections 5.1 - 5.2 Robb T. Koether Hampden-Sydney College Mon, Oct 26, 2015 Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 1 / 21

Street-Routing Problems - Lecture 24 Sections 5.1 - 5people.hsc.edu/faculty-staff/robbk/Math111/Lectures/Fall 2015... · Street-Routing Problems Lecture 24 Sections 5.1 - 5.2 Robb

  • Upload
    vunga

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

Street-Routing ProblemsLecture 24

Sections 5.1 - 5.2

Robb T. Koether

Hampden-Sydney College

Mon, Oct 26, 2015

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 1 / 21

1 Street-Routing Problems

2 Definitions

3 Examples

4 Assignment

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 2 / 21

Outline

1 Street-Routing Problems

2 Definitions

3 Examples

4 Assignment

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 3 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard ProblemThe Mail Carrier ProblemThe Königsberg Bridge ProblemThe Bridges of Madison CountyThe Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard Problem

The Mail Carrier ProblemThe Königsberg Bridge ProblemThe Bridges of Madison CountyThe Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard ProblemThe Mail Carrier Problem

The Königsberg Bridge ProblemThe Bridges of Madison CountyThe Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard ProblemThe Mail Carrier ProblemThe Königsberg Bridge Problem

The Bridges of Madison CountyThe Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard ProblemThe Mail Carrier ProblemThe Königsberg Bridge ProblemThe Bridges of Madison County

The Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

Street-Routing Problems

There are many problems that fall under the heading“Street-Routing Problems.”We will consider five of them.

The Security Guard ProblemThe Mail Carrier ProblemThe Königsberg Bridge ProblemThe Bridges of Madison CountyThe Traveling Salesman Problem

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 4 / 21

The Security Guard Problem

Example (The Security Guard Problem)

A security guard must patrol every street of the neighborhood.What route should he follow to minimize the total distance?Must he walk some streets twice?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 5 / 21

The Mail Carrier Problem

Example (The Mail Carrier Problem)

A mail carrier must deliver mail to both sides of every street of theneighborhood, except the boundary.What route should he follow to minimize the total distance?Must he walk some streets twice?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 6 / 21

The Königsberg Problem

Example (The Königsberg Problem)

A Königsberger would like to take a stroll across the sevenbridges.Can it be done without ever crossing the same bridge twice?Does it matter where the stroller starts?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 7 / 21

The Bridges of Madison County Problem

Example (The Bridges of Madison County Problem)

A photographer wants to photograph each of the 11 bridges ofMadison County.He must cross the bridge to photograph it and each bridge has a$5 toll.What route will minimize the total cost?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 8 / 21

The Bridges of Madison County Problem

Example (The Bridges of Madison County Problem)

8

7

9

6

10

5

1143

2

1

A photographer wants to photograph each of the 11 bridges ofMadison County.He must cross the bridge to photograph it and each bridge has a$5 toll.What route will minimize the total cost?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 9 / 21

The Traveling Salesman Problem

Example (The Traveling Salesman Problem)

3

10

1

10

8

11

9

10

44

2

2

7

63

7

8

7

9

3

9 6

A

B

C

D

E

F

GH

I

J

A salesman is located in a city.He must make a trip during which he visits each of a number ofcities and return to his home city.He knows the distance from every city to every other city.What route will minimize the total distance traveled?

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 10 / 21

Outline

1 Street-Routing Problems

2 Definitions

3 Examples

4 Assignment

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 11 / 21

Definitions

DefinitionA graph is a collection of vertices and edges. We normally draw thevertices as dots and the edges as lines. Each edge connects a pair ofvertices.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 12 / 21

Definitions

We can give the vertices labels, e.g., A, B, C, etc.Then use those labels to identify the edges, e.g., AB, AC, etc.

A

C

ED

B

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 12 / 21

Definitions

Definition (Path)A path is a sequence of edges, each edge adjacent to the next edge.We may denote a path by listing the vertices through which it passes.(E.g., DABC.)

A

C

ED

B

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 12 / 21

Definitions

Definition (Circuit)A circuit is a path that begins and ends at the same vertex. (E.g.,ABCA.)

A

C

ED

B

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 12 / 21

Definitions

Definition (Weighted Graph)A weighted graph is a graph in which every edge is assigned a value(its weight).

A

C

ED

B5

37

12

815

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 12 / 21

Outline

1 Street-Routing Problems

2 Definitions

3 Examples

4 Assignment

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 13 / 21

Example

Example (The Security Guard Problem)

In the Security Guard Problem, we want a path that traversesevery edge at least once and has the minimal total length.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 14 / 21

Example

Example (The Mail Carrier Problem)

In the Mail Carrier Problem, we want a path that traverses everyedge at least twice (except the boundary) and has the minimaltotal length.With the duplicated edges, the Mail Carrier Problem is the sameas the Security Guard Problem.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 15 / 21

Example

Example (The Bridges of Königsberg Problem)

In the Bridges of Königsberg Problem, we want a circuit thattraverses each edge exactly once.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 16 / 21

Example

Example (The Bridges of Königsberg Problem)

We draw a graph that shows only the relevant parts.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 17 / 21

Example

Example (The Bridges of Madison County Problem)

In the Bridges of Madison County Problem, we want a circuit thattraverses each edge at least once and has the minimal totallength.This is the same as the Security Guard Problem.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 18 / 21

Example

Example (The Traveling Salesman Problem)

A

B

C

D

E

F

GH

I

J

8

10

79

11

6

7

11

8

9

9

10

14

11

11

1715

15

4

In the Traveling Salesman Problem, we want a circuit that visitseach vertex at least once and has the minimal total length.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 19 / 21

Outline

1 Street-Routing Problems

2 Definitions

3 Examples

4 Assignment

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 20 / 21

Assignment

AssignmentChapter 5: Exercises 2, 3, 7, 13, 15.Chapter 5: Exercises 19, 20, 21, 22, 27.

Robb T. Koether (Hampden-Sydney College) Street-Routing Problems Mon, Oct 26, 2015 21 / 21