Fail First Principle for Constraint Propagation

SUN Ji-gui,ZHU Xing-jun,ZHANG Yong-gang,GAO Jian
2008-01-01
Abstract:constraint satisfaction problems play a very important role in the area of artificial intelligence,while arc consistency is the key technique in solving such problems.and using heuristic rules can improve the algorithm's efficiency.In this paper a new constraint propagation algorithm based on fail first principle is proposed,which improves the practical time efficiency through backtracking in advance due to the earlier found of variables which contain null values.when implemented under the platform of Mingyue1.0,the experiments showed the practical time efficiency is increased by 40 percent through using fail first principles compared with the original one.
What problem does this paper attempt to address?