Если Вы найдете статью полезной и интересной - не сочтите за труд, переведите материал или хотя бы часть его и отправьте на адрес algolist@mail.ru. Задать вопросы или просто написать письмо можно также на странице контактов.
Комментарии к файлу:This paper describes a novel parallel algorithm for the N-queens problem. The algorithm finds a solution by performing a probabilistic parallel search. By using n processors, its running time is O(log^2n). The algorithm demonstrates a new practical approach for solving large scale CSP on parallel computers.