paper-with-me

홈 › 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 experimentally show how to easily combine configurations of a non-competitive solver to obtain a better solving approach.

📄 PDF Abstract BibTeX arXiv:2306.07635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Better Understandings and Configurations in MaxSAT Local Search Solvers via Anytime Performance Analysis

2024-03-11 · Furong Ye, Chuan Luo, Shaowei Cai

Though numerous solvers have been proposed for the MaxSAT problem, and the benchmark environment such as MaxSAT Evaluations provides a platform for the comparison of the state-of-the-art solvers, existing assessments wer…

Hyperparameter OptimizationSMACSMAC+

Can LLMs Build a MaxSAT Solver from Papers? The CoreForge Experience

2026-07-16 · Ruben Martins arxiv

We report on CoreForge, an experience in using large language models (LLMs) to build an unweighted MaxSAT solver from research papers rather than from an existing solver codebase. The project focuses on unsatisfiability-…

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…

Rethinking the Soft Conflict Pseudo Boolean Constraint on MaxSAT Local Search Solvers

2024-01-19 · Jiongzhi Zheng, Zhuo Chen, Chu-min Li, Kun He

MaxSAT is an optimization version of the famous NP-complete Satisfiability problem (SAT). Algorithms for MaxSAT mainly include complete solvers and local search incomplete solvers. In many complete solvers, once a better…

Certifying Pareto-Optimality in Multi-Objective Maximum Satisfiability

2025-01-29 · Christoph Jabs, Jeremias Berg, Bart Bogaerts, Matti Järvisalo

Due to the wide employment of automated reasoning in the analysis and construction of correct systems, the results reported by automated reasoning engines must be trustworthy. For Boolean satisfiability (SAT) solvers - a…