Title :
Conflict analysis in search algorithms for satisfiability
Author :
Silva, João P Marques ; Sakallah, Karem A.
Author_Institution :
Cadence European Lab., INESC, Lisbon, Portugal
Abstract :
Introduces GRASP (Generic seaRch Algorithm for the Satisfiability Problem), a new search algorithm for propositional satisfiability (SAT). GRASP incorporates several search-pruning techniques, some of which are specific to SAT, whereas others find equivalent in other fields of artificial intelligence. GRASP is premised on the inevitability of conflicts during a search, and its most distinguishing feature is the augmentation of the basic backtracking search with a powerful conflict analysis procedure. Analyzing conflicts to determine their causes enables GRASP to backtrack non-chronologically to earlier levels in the search tree, potentially pruning large portions of the search space. In addition, by "recording" the causes of conflicts, GRASP can recognize and preempt the occurrence of similar conflicts later on in the search. Finally, straightforward bookkeeping of the causality chains leading up to conflicts allows GRASP to identify assignments that are necessary for a solution to be found. Experimental results obtained from a large number of benchmarks indicate that application of the proposed conflict analysis techniques to SAT algorithms can be extremely effective for a large number of representative classes of SAT instances.
Keywords :
artificial intelligence; backtracking; computability; physics fundamentals; tree searching; GRASP; SAT algorithms; artificial intelligence; benchmarks; causality chains; conflict analysis procedure; conflict cause recording; generic search algorithm; nonchronological backtracking; propositional satisfiability problem; search tree; search-space pruning techniques; Algorithm design and analysis; Artificial intelligence; Business continuity; Decision making; Design automation; Electronic circuits; Iterative algorithms; Laboratories;
Conference_Titel :
Tools with Artificial Intelligence, 1996., Proceedings Eighth IEEE International Conference on
Print_ISBN :
0-8186-7686-7
DOI :
10.1109/TAI.1996.560789