Abstract
Maximum Satisfiability (MaxSAT), the optimisation extension of the well-known Boolean Satisfiability (SAT) problem, is a competitive approach for solving NP-hard problems encountered in various artificial intelligence and industrial domains. Due to its computational complexity, there is an inherent tradeoff between scalability and guarantee on solution quality in MaxSAT solving. Limitations on available computational resources in many practical applications motivate the development of complete any-time MaxSAT solvers, i.e. algorithms that compute optimal solutions while providing intermediate results. In this work, we propose core-boosted linear search, a generic search-strategy that combines two central approaches in modern MaxSAT solving, namely linear and core-guided algorithms. Our experimental evaluation on a prototype combining reimplementations of two state-of-the-art MaxSAT solvers, PMRES as the core-guided approach and LinSBPS as the linear algorithm, demonstrates that our core-boosted linear algorithm often outperforms its individual components and shows competitive and, on many domains, superior results when compared to other state-of-the-art solvers for incomplete MaxSAT solving.
Original language | English |
---|---|
Title of host publication | Integration of Constraint Programming, Artificial Intelligence, and Operations Research |
Subtitle of host publication | and Operations Research 16th International Conference, CPAIOR 2019 Thessaloniki, Greece, June 4–7, 2019 Proceedings |
Editors | Louis-Martin Rousseau, Kostas Stergiou |
Place of Publication | Cham Switzerland |
Publisher | Springer |
Pages | 39-56 |
Number of pages | 18 |
ISBN (Electronic) | 9783030192129 |
ISBN (Print) | 9783030192112 |
DOIs | |
Publication status | Published - 2019 |
Event | International Conference on Integration of Artificial Intelligence and Operations Research Techniques in Constraint Programming for Combinatorial Optimization Problems 2019 - Thessaloniki, Greece Duration: 4 Jun 2019 → 7 Jun 2019 Conference number: 16th https://cpaior2019.uowm.gr/ (Conference website) https://link.springer.com/book/10.1007/978-3-030-19212-9 (Proceedings) |
Publication series
Name | Lecture Notes in Computer Science |
---|---|
Publisher | Springer |
Volume | 11494 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | International Conference on Integration of Artificial Intelligence and Operations Research Techniques in Constraint Programming for Combinatorial Optimization Problems 2019 |
---|---|
Abbreviated title | CPAIOR 2019 |
Country/Territory | Greece |
City | Thessaloniki |
Period | 4/06/19 → 7/06/19 |
Internet address |
|
Keywords
- Core-guided MaxSat
- Incomplete solving
- Linear algorithm
- Maximum Satisfiability
- MaxSAT
- SAT-based MaxSAT