A comparative runtime analysis of heuristic algorithms for satisfiability problems

作者:

Highlights:

摘要

The satisfiability problem is a basic core NP-complete problem. In recent years, a lot of heuristic algorithms have been developed to solve this problem, and many experiments have evaluated and compared the performance of different heuristic algorithms. However, rigorous theoretical analysis and comparison are rare. This paper analyzes and compares the expected runtime of three basic heuristic algorithms: RandomWalk, () EA, and hybrid algorithm. The runtime analysis of these heuristic algorithms on two 2-SAT instances shows that the expected runtime of these heuristic algorithms can be exponential time or polynomial time. Furthermore, these heuristic algorithms have their own advantages and disadvantages in solving different SAT instances. It also demonstrates that the expected runtime upper bound of RandomWalk on arbitrary k-SAT is , and presents a k-SAT instance that has expected runtime bound.

论文关键词:Boolean satisfiability,Heuristic algorithms,Random walk,() EA,Hybrid algorithm,Expected first hitting time,Runtime analysis

论文评审过程:Received 18 March 2008, Revised 23 July 2008, Accepted 1 November 2008, Available online 7 November 2008.

论文官网地址:https://doi.org/10.1016/j.artint.2008.11.002