Traveling tourist problem

Материал из WikiGrapp
Версия от 17:07, 16 августа 2011; Glk (обсуждение | вклад) (Новая страница: «'''Traveling tourist problem''' --- задача о туристе. Given a graph <math>G = (V,E)</math>, find the shortest walk visiting a subset of vertices, suc…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Traveling tourist problem --- задача о туристе.

Given a graph [math]\displaystyle{ G = (V,E) }[/math], find the shortest walk visiting a subset of vertices, such that each vertex is either visited, or has at least one of its neighbors visited. The vertices of the graph correspond to monuments the tourist would like to see, and an edge between two vertices denotes visibility of one monument from another. The shortest such walk would guarantee that the tourist sees all monuments of interest.