Top Banner
The art gallery problem
19

HOW TO GUARD A MUSEUM

Jan 08, 2017

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: HOW TO GUARD A MUSEUM

The art gallery problem

Page 2: HOW TO GUARD A MUSEUM
Page 3: HOW TO GUARD A MUSEUM
Page 4: HOW TO GUARD A MUSEUM
Page 5: HOW TO GUARD A MUSEUM

The art gallery problem or museum problem is a visibility problem in computational geometry.

The problem was raised by Victor Klee in 1973

Page 6: HOW TO GUARD A MUSEUM

The ProblemThe question we need to answer is:

How many guards are needed (the sufficient and necessary number) and where to place them so they will keep all together, any part of the museum P at any time.

Page 7: HOW TO GUARD A MUSEUM

Our goal is to find a generalized procedure (an algorithm) for every possible form of convex or non convex n-gon, which gives the minimum number of guards and their positioning in any simply polygon.

Page 8: HOW TO GUARD A MUSEUM

We define as guard a person or a device. The guards are stationed at fixed points, they can observe to all directions, at any distance and they can’t see behind walls.

Page 9: HOW TO GUARD A MUSEUM

Simple polygons, convex and non convex

Page 10: HOW TO GUARD A MUSEUM

A guard sees any point of the museum, if the segment line defined by the point and the guard does not intersect any of the edges of the polygon.

Visibility of a guardian

Page 11: HOW TO GUARD A MUSEUM

Point B of the polygon is not visible from the guard A because the segment AB intersects the edges of the polygon

Point C is visible because the segment AC does not intersect any edge of the polygon.

Page 12: HOW TO GUARD A MUSEUM

Therefore we say that a room (hall) is been guarded, when any interior point of it, is visible from at least one guard.

Page 13: HOW TO GUARD A MUSEUM

Václav Chvátal gave a first solution to the problem in 1975.He states that are always sufficient and sometimes necessary to guard a simple polygon with n vertices.

guards

Page 14: HOW TO GUARD A MUSEUM

Steve Fisk was a professor of Mathematics at Bowdoin College (1946-2010)

Fisk based his short proof on two significant topics:The triangulation of a polygon andThe claim that the graph of a triangulated polygon can be 3-colored.

The proof method proposed by Fisk is algorithmic.

Page 15: HOW TO GUARD A MUSEUM

The steps of the algorithm

Page 16: HOW TO GUARD A MUSEUM

THE ALGORITHMThe Visual Module

Vpython, Version 5.72

gives the limit of Chvátal, using the method proposed by Fisk.

Page 17: HOW TO GUARD A MUSEUM

The polygon P is convex so, the minimum number of guards is 1.

The polygon is non convex so, the minimum number of guards is calculated through the algorithm with the program of The Visual Module Vpython.

Page 18: HOW TO GUARD A MUSEUM

The triangulation strategy

The partition of a polygon into triangles is a method called triangulation.

Triangulation of a polygon is called a set of triangles with the following properties:

The triangles are defined by the vertices of the polygon.

The sum of triangles is equal to the polygon.

Any two triangles either do not intersect, or have a common vertex, or a common

edge.

Page 19: HOW TO GUARD A MUSEUM

The dual graph is a structure consisting of entities and relationships that are formulated with points and edges.

Dual Graph