paper-with-me

홈 › Papers

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 weights (e.g., stratification) or based on graph representations of the formula. Afterwards, a merge procedure is applied to guarantee that an optimal solution is found. This paper proposes a new framework called UpMax that decouples the partitioning procedure from the MaxSAT solving algorithms. As a result, new partitioning procedures can be defined independently of the MaxSAT algorithm to be used. Moreover, this decoupling also allows users that build new MaxSAT formulas to propose partition schemes based on knowledge of the problem to be solved. We illustrate this approach using several problems and show that partitioning has a large impact on the performance of unsatisfiability-based MaxSAT algorithms.

📄 PDF Abstract BibTeX arXiv:2305.16191

Code (1)

forge-lab/upmax 공식 구현

Similar Papers 제목 키워드 기반

Reliable Reasoning with Large Language Models via Preference-Based Maximum Satisfiability

2026-05-28 · Pedro Orvalho, Marta Kwiatkowska, Guillem Alenyà, Felip Manyà arxiv

Large Language Models (LLMs) excel at understanding natural language but struggle with optimisation tasks involving multiple constraints and user-defined preferences, which commonly arise in domains such as robotics. We …

Code Generation

IMLI: An Incremental Framework for MaxSAT-Based Learning of Interpretable Classification Rules

2020-01-07 · Bishwamittra Ghosh, Kuldeep S. Meel

The wide adoption of machine learning in the critical domains such as medical diagnosis, law, education had propelled the need for interpretable techniques due to the need for end users to understand the reasoning behind…

General ClassificationMedical Diagnosis

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…

BandMaxSAT: A Local Search MaxSAT Solver with Multi-armed Bandit

2022-01-14 · Jiongzhi Zheng, Kun He, Jianrong Zhou, Yan Jin 외

We address Partial MaxSAT (PMS) and Weighted PMS (WPMS), two practical generalizations of the MaxSAT problem, and propose a local search algorithm for these problems, called BandMaxSAT, that applies a multi-armed bandit …

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