Finding First-Order Minimal Unsatisfiable Cores with a Heuristic Depth-First-Search Algorithm.

Jianmin Zhang,Weixia Xu,Jun Zhang,Shengyu Shen,Zhengbin Pang,Tiejun Li,Jun Xia,Sikun Li
DOI: https://doi.org/10.1007/978-3-642-23878-9_22
2011-01-01
Abstract:Explaining the causes of infeasibility of formulas has practical applications in various fields, such as artificial intelligence and formal verification. A minimal unsatisfiable core provides a succinct explanation of infeasibility and is valuable for applications. The problem of deriving minimal unsatisfiable cores from Boolean formulas has been addressed rather frequently in recent years. However little attention has been concentrated on extraction of the first-order unsatisfiable subformulas. In this paper, we present DFS-Finder, which finds minimal unsatisfiable cores in first-order logic, adopting a heuristic depth-first-search strategy. We demonstrate the effectiveness of this approach on a very extensive test of SMT-LIB benchmarks.
What problem does this paper attempt to address?