Efficient 2 and 3-Flip Neighborhood Search Algorithms for the MAX SAT

Mutsunori Yagiura and Toshihide Ibaraki
Abstract:
For problems SAT and MAX SAT, local search algorithms are widely acknowledged as one of the most effective approaches. Most of the local search algorithms are based on the 1-flip neighborhood, which is the set of solutions obtainable by flipping the truth assignment of one variable. In this paper, we consider $r$-flip neighborhoods for $r \geq 2$, and propose, for $r=2, 3$, new implementations that reduce the number of candidates in the neighborhood without sacrificing the solution quality. For 2-flip (resp., 3-flip) neighborhood, we show that its expected size is $O(n+m)$ (resp., $O(m+t^2n)$), which is usually much smaller than the original size $O(n^2)$ (resp., $O(n^3)$), where $n$ is the number of variables, $m$ is the number of clauses and $t$ is the maximum number of appearances of one variable. Computational results tell that these estimates by the expectation well represent the real performance. These neighborhoods are then used under the framework of tabu search etc., and compared with other existing algorithms based on 1-flip neighborhood. The results exhibit good prospects of the proposed algorithms.

Key Words: MAX SAT, SAT, local search, metaheuristics, neighborhood

in: Proceedings of Fourth Annual International Computing and Combinatorics Conference (COCOON98), (Lecture Notes in Computer Science No. 1449), pp. 105-116, August 1998, published by Springer-Verlag.


Back to the Paper List