A Refined Branching Algorithm for the Maximum Satisfiability Problem

Li Wenjun,Xu Chao,Yang Yongjie,Chen Jianer,Wang Jianxin
DOI: https://doi.org/10.1007/s00453-022-00938-8
IF: 0.909
2022-01-01
Algorithmica
Abstract:The Maximum satisfiability problem ( MaxSAT ) is a fundamental NP-hard problem which has significant applications in many areas. Based on refined observations, we derive a branching algorithm of running time O^*(1.2989^m) for the MaxSAT problem, where m denotes the number of clauses in the given CNF formula. Our algorithm considerably improves the previous best result O^*(1.3248^m) published in 2004. For our purpose, we derive improved branching strategies for variables of degrees 3, 4, and 5. The worst case of our branching algorithm is at certain degree-4 variables. To serve the branching rules, we also propose a variety of reduction rules which can be exhaustively applied in polynomial time.
What problem does this paper attempt to address?