Local search algorithms for partial MAXSAT

  • Authors:
  • Byungki Cha;Kazuo Iwama;Yahiko Kambayashi;Shuichi Miyazaki

  • Affiliations:
  • Department of Computer Science, Kyushu University, Fukuoka, Japan;Department of Computer Science, Kyushu University, Fukuoka, Japan;Department of Computer Science, Kyoto University, Kyoto, Japan;Department of Computer Science, Kyushu University, Fukuoka, Japan

  • Venue:
  • AAAI'97/IAAI'97 Proceedings of the fourteenth national conference on artificial intelligence and ninth conference on Innovative applications of artificial intelligence
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

MAXSAT solutions, i.e., near-satisfying assignments for propositional formulas, are sometimes meaningless for real-world problems because such formulas include "mandatory clauses" that must be all satisfied for the solution to be reasonable. In this paper, we introduce Partial MAXSAT and investigate how to solve it using local search algorithms. An instance of Partial MAXSAT consists of two formulas fA and fB, and its solution must satisfy all clauses in fA and as many clauses in fB as possible. The basic idea of our algorithm is to give weight to fA-clauses (the mandatory clauses) and then apply local search. We face two problems; (i) what amount of weight is appropriate and (ii) how to deal with the common action of local search algorithms, giving weight to clauses for their own purpose, which will hide the initial weight as the algorithms proceed.