Approximating the Backbone in the Weighted Maximum Satisfiability Problem
He Jiang, Jifeng Xuan, Yan Hu

TL;DR
This paper explores the computational difficulty of identifying the backbone in weighted MAX-SAT, proves its intractability, and introduces a backbone-guided local search algorithm that improves solution quality and efficiency.
Contribution
It establishes the complexity of backbone retrieval in weighted MAX-SAT and proposes a novel backbone-guided local search algorithm with demonstrated superior performance.
Findings
BGLS outperforms existing heuristics in solution quality.
BGLS achieves faster runtimes on benchmark instances.
Retrieving the full backbone is NP-hard, even approximately.
Abstract
The weighted Maximum Satisfiability problem (weighted MAX-SAT) is a NP-hard problem with numerous applications arising in artificial intelligence. As an efficient tool for heuristic design, the backbone has been applied to heuristics design for many NP-hard problems. In this paper, we investigated the computational complexity for retrieving the backbone in weighted MAX-SAT and developed a new algorithm for solving this problem. We showed that it is intractable to retrieve the full backbone under the assumption that . Moreover, it is intractable to retrieve a fixed fraction of the backbone as well. And then we presented a backbone guided local search (BGLS) with Walksat operator for weighted MAX-SAT. BGLS consists of two phases: the first phase samples the backbone information from local optima and the backbone phase conducts local search under the guideline of backbone. Extensive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Vehicle Routing Optimization Methods · Optimization and Search Problems
