Exhaustive search: различия между версиями

Материал из WikiGrapp
Перейти к навигации Перейти к поиску
(Новая страница: «'''Exhaustive search''' --- перебор. For discrete problems in which no efficient solution method is known, it might be necessary to test each possibility seq…»)
 
(нет различий)

Текущая версия от 09:52, 26 апреля 2011

Exhaustive search --- перебор.

For discrete problems in which no efficient solution method is known, it might be necessary to test each possibility sequentially in order to determine if it is the solution. Such exhaustive examination of all possibilities is known as exhaustive search, direct search, or the "brute force" method. Unless it turns out that NPproblems are equivalent to P-problems, which seems unlikely but has not yet been proved, NP-problems can only be solved by exhaustive search in the worst case.