paper-with-me

Papers

Implementing Dynamic Answer Set Programming

2020-02-17 · Pedro Cabalar, Martín Diéguez, Torsten Schaub, François Laferrière

We introduce an implementation of an extension of Answer Set Programming (ASP) with language constructs from dynamic (and temporal) logic that provides an expressive computational framework for modeling dynamic applications. Starting from logical foundations, provided by dynamic and temporal equilibrium logics over finite linear traces, we develop a translation of dynamic formulas into temporal logic programs. This provides us with a normal form result establishing the strong equivalence of formulas in different logics. Our translation relies on the introduction of auxiliary atoms to guarantee polynomial space complexity and to provide an embedding that is doomed to be impossible over the same language. Finally, the reduction of dynamic formulas to temporal logic programs allows us to extend ASP with both approaches in a uniform way and to implement both extensions via temporal ASP solvers such as telingo

📄 PDF Abstract BibTeX arXiv:2002.06916

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

Meta-Programming for Linear-time Temporal Answer Set Programming

2026-05-28 · Susana Hahn, Amadé Nemes, Javier Romero, Torsten Schaub arxiv

The development of temporal extensions of Answer Set Programming (ASP) has led to the emergence of non-monotonic linear-time (TEL), dynamic (DEL), and metric (MEL) temporal equilibrium logics. However, the inherent rigid…

Automata for dynamic answer set solving: Preliminary report

2021-09-04 · Pedro Cabalar, Martín Diéguez, Susana Hahn, Torsten Schaub

We explore different ways of implementing temporal constraints expressed in an extension of Answer Set Programming (ASP) with language constructs from dynamic logic. Foremost, we investigate how automata can be used for …

Modeling (Deontic) Modal Operators With the s(CASP) Goal-directed Predicate Answer Set Programming System

2025-07-07 · Gopal Gupta, Abhiramon Rajasekharan, Alexis R. Tudor, Elmer Salazar 외

We consider the problem of implementing deontic modal logic. We show how (deontic) modal operators can be expressed elegantly using default negation (negation-as-failure) and strong negation present in answer set program…

Negation

Implementing Metric Temporal Answer Set Programming

2026-01-28 · Arvid Becker, Pedro Cabalar, Martin Diéguez, Susana Hahn 외 arxiv

We develop a computational approach to Metric Answer Set Programming (ASP) to allow for expressing quantitative temporal constraints, like durations and deadlines. A central challenge is to maintain scalability when deal…

Strong Equivalence and Program Structure in Arguing Essential Equivalence between Logic Programs

2019-01-26 · Yuliya Lierler

Answer set programming is a prominent declarative programming paradigm used in formulating combinatorial search problems and implementing different knowledge representation formalisms. Frequently, several related and yet…