Replication-Guided Enumeration of Minimal Unsatisfiable Subsets
Authors | |
---|---|
Year of publication | 2020 |
Type | Article in Proceedings |
Conference | 26th International Conference on Principles and Practice of Constraint Programming |
MU Faculty or unit | |
Citation | |
Doi | http://dx.doi.org/10.1007/978-3-030-58475-7_3 |
Keywords | Minimal Unsatisfiable Subsets;MUSes;Over-constrained systems |
Description | In many areas of computer science, we are given an unsatisfiable Boolean formula F in CNF, i.e. a set of clauses, with the goal to identify minimal unsatisfiable subsets (MUSes) of F. The more MUSes are identified, the better insight into F’s unsatisfiability is obtained. Unfortunately, finding even a single MUS can be very time consuming since it naturally subsumes repeatedly solving the satisfiability problem, and thus a complete MUS enumeration is often practically intractable. Therefore, contemporary MUS enumeration algorithms tend to identify as many MUSes as possible within a given time limit. In this work, we present a novel MUS enumeration algorithm. Compared to existing algorithms, our algorithm is much more frugal in the number of performed satisfiability checks. Consequently, our algorithm is often able to find substantially more MUSes than contemporary algorithms. |
Related projects: |