paper-with-me

홈 › Papers

Approximating the Backbone in the Weighted Maximum Satisfiability Problem

2017-04-16 · He Jiang, Jifeng Xuan, Yan Hu

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 experimental results on the benchmark showed that BGLS outperforms the existing heuristics in both solution quality and runtime.

📄 PDF Abstract BibTeX arXiv:1704.04775

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fuzzy Maximum Satisfiability

2016-02-06 · Mohamed El Halaby, Areeg Abdalla

In this paper, we extend the Maximum Satisfiability (MaxSAT) problem to {\L}ukasiewicz logic. The MaxSAT problem for a set of formulae {\Phi} is the problem of finding an assignment to the variables in {\Phi} that satisf…

Relaxed Survey Propagation for The Weighted Maximum Satisfiability Problem

2014-01-15 · Hai Leong Chieu, Wee Sun Sun Lee

The survey propagation (SP) algorithm has been shown to work well on large instances of the random 3-SAT problem near its phase transition. It was shown that SP estimates marginals over covers that represent clusters of …

Survey

HyperSAT: Unsupervised Hypergraph Neural Networks for Weighted MaxSAT Problems

2025-04-16 · Qiyue Chen, Shaolin Tan, Suixiang Gao, Jinhu Lü

Graph neural networks (GNNs) have shown promising performance in solving both Boolean satisfiability (SAT) and Maximum Satisfiability (MaxSAT) problems due to their ability to efficiently model and capture the structural…

torchmSAT: A GPU-Accelerated Approximation To The Maximum Satisfiability Problem

2024-02-06 · Abdelrahman Hosny, Sherief Reda

The remarkable achievements of machine learning techniques in analyzing discrete structures have drawn significant attention towards their integration into combinatorial optimization algorithms. Typically, these methodol…

Combinatorial OptimizationGPU

DPER: Dynamic Programming for Exist-Random Stochastic SAT

2022-05-19 · Vu H. N. Phan, Moshe Y. Vardi

In Bayesian inference, the maximum a posteriori (MAP) problem combines the most probable explanation (MPE) and marginalization (MAR) problems. The counterpart in propositional logic is the exist-random stochastic satisfi…

Bayesian InferenceFairness