Conflict-driven clause learning SAT solvers

J Marques-Silva, I Lynce, S Malik - Handbook of satisfiability, 2021 - ebooks.iospress.nl
One of the most important paradigm shifts in the use of SAT solvers for solving industrial
problems has been the introduction of clause learning. Clause learning entails adding a …

RC2: an efficient MaxSAT solver

A Ignatiev, A Morgado… - Journal on Satisfiability …, 2019 - journals.sagepub.com
Recent work proposed a toolkit PySAT aiming at fast and easy prototy** with propositional
satisfiability (SAT) oracles in Python, which enabled one to exploit the power of the original …

Open-WBO: A Modular MaxSAT Solver,

R Martins, V Manquinho, I Lynce - International Conference on Theory and …, 2014 - Springer
This paper presents open-wbo, a new MaxSAT solver. open-wbo has two main features.
First, it is an open-source solver that can be easily modified and extended. Most MaxSAT …

Nuwls: Improving local search for (weighted) partial maxsat by new weighting techniques

Y Chu, S Cai, C Luo - Proceedings of the AAAI Conference on Artificial …, 2023 - ojs.aaai.org
Abstract Maximum Satisfiability (MaxSAT) is a prototypical constraint optimization problem,
and its generalized version is the (Weighted) Partial MaxSAT problem, denoted as (W) PMS …

Iterative and core-guided MaxSAT solving: A survey and assessment

A Morgado, F Heras, M Liffiton, J Planes… - Constraints, 2013 - Springer
Abstract Maximum Satisfiability (MaxSAT) is an optimization version of SAT, and many real
world applications can be naturally encoded as such. Solving MaxSAT is an important …

Solving MAXSAT by solving a sequence of simpler SAT instances

J Davies, F Bacchus - International conference on principles and practice …, 2011 - Springer
Maxsat is an optimization version of Satisfiability aimed at finding a truth assignment that
maximizes the satisfaction of the theory. The technique of solving a sequence of SAT …

Maximum satisfiability using core-guided MaxSAT resolution

N Narodytska, F Bacchus - Proceedings of the AAAI Conference on …, 2014 - ojs.aaai.org
Core-guided approaches to solving MAXSAT have proved to be effective on industrial
problems. These approaches solve a MAXSAT formula by building a sequence of SAT …

SAT-based MaxSAT algorithms

C Ansótegui, ML Bonet, J Levy - Artificial Intelligence, 2013 - Elsevier
Many industrial optimization problems can be translated to MaxSAT. Although the general
problem is NP hard, like SAT, many practical problems may be solved using modern …

Maximum satisfiabiliy

F Bacchus, M Järvisalo, R Martins - Handbook of satisfiability, 2021 - ebooks.iospress.nl
Maximum satisfiability (MaxSAT) is an optimization version of SAT that is solved by finding
an optimal truth assignment instead of just a satisfying one. In MaxSAT the objective function …

QMaxSAT: A Partial Max-SAT Solver: System description

M Koshimura, T Zhang, H Fujita… - Journal on …, 2012 - journals.sagepub.com
We present a partial Max-SAT solver QMaxSAT which uses CNF encoding of Boolean
cardinality constraints. The old version 0.1 was obtained by adapting a CDCL based SAT …