paper-with-me

Papers

Grounding Bound Founded Answer Set Programs

2014-05-14 · Rehan Abdul Aziz, Geoffrey Chu, Peter James Stuckey

To appear in Theory and Practice of Logic Programming (TPLP) Bound Founded Answer Set Programming (BFASP) is an extension of Answer Set Programming (ASP) that extends stable model semantics to numeric variables. While the theory of BFASP is defined on ground rules, in practice BFASP programs are written as complex non-ground expressions. Flattening of BFASP is a technique used to simplify arbitrary expressions of the language to a small and well defined set of primitive expressions. In this paper, we first show how we can flatten arbitrary BFASP rule expressions, to give equivalent BFASP programs. Next, we extend the bottom-up grounding technique and magic set transformation used by ASP to BFASP programs. Our implementation shows that for BFASP problems, these techniques can significantly reduce the ground program size, and improve subsequent solving.

📄 PDF Abstract BibTeX arXiv:1405.3362

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Foundations of Grounding in Answer Set Programming

2021-08-10 · Roland Kaminski, Torsten Schaub

We provide a comprehensive elaboration of the theoretical foundations of variable instantiation, or grounding, in Answer Set Programming (ASP). Building on the semantics of ASP's modeling language, we introduce a formal …

Unfounded Sets and Well-Founded Semantics of Answer Set Programs with Aggregates

2014-01-18 · Mario Alviano, Francesco Calimeri, Wolfgang Faber, Nicola Leone 외

Logic programs with aggregates (LPA) are one of the major linguistic extensions to Logic Programming (LP). In this work, we propose a generalization of the notions of unfounded set and well-founded semantics for programs…

Fast Inference for Probabilistic Answer Set Programs via the Residual Program

2024-08-14 · Damiano Azzolini, Fabrizio Riguzzi

When we want to compute the probability of a query from a Probabilistic Answer Set Program, some parts of a program may not influence the probability of a query, but they impact on the size of the grounding. Identifying …

Bound Founded Answer Set Programming

2014-05-14 · Rehan Abdul Aziz

Answer Set Programming (ASP) is a powerful modelling formalism that is very efficient in solving combinatorial problems. ASP solvers implement the stable model semantics that eliminates circular derivations between Boole…

Incremental Answer Set Programming with Overgrounding

2019-07-22 · Francesco Calimeri, Giovambattista Ianni, Francesco Pacenza, Simona Perri 외

Repeated executions of reasoning tasks for varying inputs are necessary in many applicative settings, such as stream reasoning. In this context, we propose an incremental grounding approach for the answer set semantics. …