paper-with-me

Papers

Enumerating Minimal Unsatisfiable Cores of LTLf formulas

2024-09-14 · Antonio Ielo, Giuseppe Mazzotta, Rafael Peñaloza, Francesco Ricca

Linear Temporal Logic over finite traces ($\text{LTL}_f$) is a widely used formalism with applications in AI, process mining, model checking, and more. The primary reasoning task for $\text{LTL}_f$ is satisfiability checking; yet, the recent focus on explainable AI has increased interest in analyzing inconsistent formulas, making the enumeration of minimal explanations for infeasibility a relevant task also for $\text{LTL}_f$. This paper introduces a novel technique for enumerating minimal unsatisfiable cores (MUCs) of an $\text{LTL}_f$ specification. The main idea is to encode a $\text{LTL}_f$ formula into an Answer Set Programming (ASP) specification, such that the minimal unsatisfiable subsets (MUSes) of the ASP program directly correspond to the MUCs of the original $\text{LTL}_f$ specification. Leveraging recent advancements in ASP solving yields a MUC enumerator achieving good performance in experiments conducted on established benchmarks from the literature.

📄 PDF Abstract BibTeX arXiv:2409.09485

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Computing unsatisfiable cores for LTLf specifications

2022-03-09 · Marco Roveri, Claudio Di Ciccio, Chiara Di Francescomarino, Chiara Ghidini

Linear-time temporal logic on finite traces (LTLf) is rapidly becoming a de-facto standard to produce specifications in many application domains (e.g., planning, business process management, run-time monitoring, reactive…

Management

An ASP-Based Framework for MUSes

2025-07-05 · Mohimenul Kabir, Kuldeep S Meel arxiv

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-minim…

Computational Efficiency

Incremental LTLf Synthesis

2026-03-01 · Giuseppe De Giacomo, Yves Lespérance, Gianmarco Parretti, Fabio Patrizi 외 arxiv

In this paper, we study incremental LTLf synthesis -- a form of reactive synthesis where the goals are given incrementally while in execution. In other words, the protagonist agent is already executing a strategy for a c…

Solving WCSP by Extraction of Minimal Unsatisfiable Cores

2013-04-19 · Christophe Lecoutre, Nicolas Paris, Olivier Roussel, Sébastien Tabary

Usual techniques to solve WCSP are based on cost transfer operations coupled with a branch and bound algorithm. In this paper, we focus on an approach integrating extraction and relaxation of Minimal Unsatisfiable Cores …

Computing Small Unsatisfiable Cores in Satisfiability Modulo Theories

2014-01-16 · Alessandro Cimatti, Alberto Griggio, Roberto Sebastiani

The problem of finding small unsatisfiable cores for SAT formulas has recently received a lot of interest, mostly for its applications in formal verification. However, propositional logic is often not expressive enough f…

LEMMA