Increasing tree search efficiency for constraint satisfaction problems

作者:

摘要

In this paper we explore the number of tree search operations required to solve binary constraint satisfaction problems. We show analytically and experimentally that the two principles of first trying the places most likely to fail and remembering what has been done to avoid repeating the same mistake twice improve the standard backtracking search. We experimentally show that a lookahead procedure called forward checking (to anticipate the future) which employs the most likely to fail principle performs better than standard backtracking, Ullman's, Waltz's, Mackworth's, and Haralick's discrete relaxation in all cases tested, and better than Gaschnig's backmarking in the larger problems.

论文关键词:

论文评审过程:Received 21 December 1979, Available online 20 February 2003.

论文官网地址:https://doi.org/10.1016/0004-3702(80)90051-X