paper-with-me

홈 › Papers

Solving MaxSAT by Successive Calls to a SAT Solver

2016-03-11 · Mohamed El Halaby

The Maximum Satisfiability (MaxSAT) problem is the problem of finding a truth assignment that maximizes the number of satisfied clauses of a given Boolean formula in Conjunctive Normal Form (CNF). Many exact solvers for MaxSAT have been developed during recent years, and many of them were presented in the well-known SAT conference. Algorithms for MaxSAT generally fall into two categories: (1) branch and bound algorithms and (2) algorithms that use successive calls to a SAT solver (SAT- based), which this paper in on. In practical problems, SAT-based algorithms have been shown to be more efficient. This paper provides an experimental investigation to compare the performance of recent SAT-based and branch and bound algorithms on the benchmarks of the MaxSAT Evaluations.

📄 PDF Abstract BibTeX arXiv:1603.03814

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Exploiting Resolution-based Representations for MaxSAT Solving

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

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 s…

Incremental Cardinality Constraints for MaxSAT

2014-08-20 · Ruben Martins, Saurabh Joshi, Vasco Manquinho, Ines Lynce

Maximum Satisfiability (MaxSAT) is an optimization variant of the Boolean Satisfiability (SAT) problem. In general, MaxSAT algorithms perform a succession of SAT solver calls to reach an optimum solution making extensive…

Certified MaxSAT Preprocessing

2024-04-26 · Hannes Ihalainen, Andy Oertel, Yong Kiam Tan, Jeremias Berg 외

Building on the progress in Boolean satisfiability (SAT) solving over the last decades, maximum satisfiability (MaxSAT) has become a viable approach for solving NP-hard optimization problems, but ensuring correctness of …

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…