Computing Minimal Unsatisfiable Core for LTL over Finite Traces

Tong Niu,Shengping Xiao,Xiaoyu Zhang,Jianwen Li,Yanhong Huang,Jianqi Shi
DOI: https://doi.org/10.1093/logcom/exad049
2023-01-01
Journal of Logic and Computation
Abstract:In this paper, we consider the minimal unsatisfiable core (MUC) problem for linear temporal logic over finite traces (LTLf), which nowadays is a popular formal-specification language for AI-related systems. Efficient algorithms to compute such MUCs can help locate the inconsistency rapidly in the written LTLf specification and are very useful for the system designers to amend the flawed requirement. As far as we know, there are no available tools off-the-shelf so far that provide MUC computation for LTLf. We present here two generic approaches NaiveMUC and BinaryMUC to compute an MUC for LTLf. Moreover, we introduce heuristics that are based on the Boolean unsatisfiable core (UC) technique to accelerate the two approaches, which are named NaiveMUC+UC and BinaryMUC+UC, respectively. In particular, for global LTLf formulas, we show that the MUC computation can be reduced to the pure Boolean MUC computation, which therefore conducts the GlobalMUC approach. Our experiments show that GlobalMUC performs the best to compute an MUC for global formulas, and BinaryMUC+UC is the best for an arbitrary unsatisfiable formula.
What problem does this paper attempt to address?