English

An ASP-Based Framework for MUSes

Artificial Intelligence 2026-01-08 v2 Logic in Computer Science

Abstract

Given an unsatisfiable formula, understanding the core reason for unsatisfiability is crucial in several applications. One effective way to capture this is through the minimal unsatisfiable subset (MUS), the subset-minimal set of clauses that remains unsatisfiable. Current research broadly focuses on two directions: (i) enumerating as many MUSes as possible within a given time limit, and (ii) counting the total number of MUSes for a given unsatisfiable formula. In this paper, we introduce an answer set programming-based framework, named MUS-ASP, designed for online enumeration of MUSes. ASP is a powerful tool for its strengths in knowledge representation and is particularly suitable for specifying complex combinatorial problems. By translating MUS enumeration into answer set solving, MUS-ASP leverages the computational efficiency of state-of-the-art ASP systems. Our extensive experimental evaluation demonstrates the effectiveness of MUS-ASP and highlights the acceleration in both MUS enumeration and counting tasks, particularly when integrated within hybrid solvers, including the framework proposed in this paper.

Keywords

Cite

@article{arxiv.2507.03929,
  title  = {An ASP-Based Framework for MUSes},
  author = {Mohimenul Kabir and Kuldeep S Meel},
  journal= {arXiv preprint arXiv:2507.03929},
  year   = {2026}
}

Comments

In Proceedings ICLP 2025, arXiv:2601.00047

R2 v1 2026-07-01T03:47:29.814Z