Revisiting SAT-based Solvers: MaxSAT Rules and Core Sequences

· Source: Journal of Artificial Intelligence Research · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Advanced, quick

Summary

This paper re-examines the current landscape of MaxSAT solving, specifically focusing on SAT-based Core-guided MaxSAT algorithms. It introduces a novel approach to describe Core-guided solvers using Non-CNF MaxSAT rules combined with an Extension rule. By applying these rules alternatively, the research demonstrates how to derive new Core-guided MaxSAT solvers. The study also explores how these solvers navigate the search space of SAT instance sequences, identifying the potential for exponentially harder sequences and proposing methods to circumvent them. Experimental results indicate that the proposed techniques achieve performance comparable to and complementary with existing state-of-the-art solvers.

Key takeaway

For AI Researchers developing or optimizing MaxSAT solvers, understanding the application of Non-CNF MaxSAT and Extension rules can lead to the creation of more efficient Core-guided algorithms. You should investigate how these rules can be integrated into your current solver architectures to potentially mitigate exponentially harder SAT instance sequences and improve overall performance.

Key insights

New Core-guided MaxSAT solvers can be derived using Non-CNF MaxSAT and Extension rules.

Principles

Method

Describe Core-guided solvers with Non-CNF MaxSAT rules plus the Extension rule, then apply them alternatively to obtain new solvers.

In practice

Topics

Best for: AI Researcher, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Journal of Artificial Intelligence Research.