paper-with-me

Papers

Exploiting Resolution-based Representations for MaxSAT Solving

2015-05-10 · Miguel Neves, Ruben Martins, Mikoláš Janota, Inês Lynce, Vasco Manquinho

Most recent MaxSAT algorithms rely on a succession of calls to a SAT solver in order to find an optimal solution. In particular, several algorithms take advantage of the ability of SAT solvers to identify unsatisfiable subformulas. Usually, these MaxSAT algorithms perform better when small unsatisfiable subformulas are found early. However, this is not the case in many problem instances, since the whole formula is given to the SAT solver in each call. In this paper, we propose to partition the MaxSAT formula using a resolution-based graph representation. Partitions are then iteratively joined by using a proximity measure extracted from the graph representation of the formula. The algorithm ends when only one partition remains and the optimal solution is found. Experimental results show that this new approach further enhances a state of the art MaxSAT solver to optimally solve a larger set of industrial problem instances.

📄 PDF Abstract BibTeX arXiv:1505.02405

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploiting Configurations of MaxSAT Solvers

2023-06-13 · Josep Alòs, Carlos Ansótegui, Josep M. Salvia, Eduard Torres

In this paper, we describe how we can effectively exploit alternative parameter configurations to a MaxSAT solver. We describe how these configurations can be computed in the context of MaxSAT. In particular, we experime…

SAT-based Preprocessing for MaxSAT (extended version)

2013-10-08 · Anton Belov, Antonio Morgado, Joao Marques-Silva

State-of-the-art algorithms for industrial instances of MaxSAT problem rely on iterative calls to a SAT solver. Preprocessing is crucial for the acceleration of SAT solving, and the key preprocessing techniques rely on t…

UpMax: User partitioning for MaxSAT

2023-05-25 · Pedro Orvalho, Vasco Manquinho, Ruben Martins

It has been shown that Maximum Satisfiability (MaxSAT) problem instances can be effectively solved by partitioning the set of soft clauses into several disjoint sets. The partitioning methods can be based on clause weigh…

DPMS: An ADD-Based Symbolic Approach for Generalized MaxSAT Solving

2022-05-08 · Anastasios Kyrillidis, Moshe Y. Vardi, Zhiwei Zhang

Boolean MaxSAT, as well as generalized formulations such as Min-MaxSAT and Max-hybrid-SAT, are fundamental optimization problems in Boolean reasoning. Existing methods for MaxSAT have been successful in solving benchmark…

Diversified Top-k Partial MaxSAT Solving

2017-05-31 · Junping Zhou, Huanyao Sun, Feifei Ma, Jian Gao 외

We introduce a diversified top-k partial MaxSAT problem, a combination of partial MaxSAT problem and enumeration problem. Given a partial MaxSAT formula F and a positive integer k, the diversified top-k partial MaxSAT is…

Community Detection