paper-with-me

Papers

Counting Answer Sets via Dynamic Programming

2016-12-22 · Johannes Fichte, Markus Hecher, Michael Morak, Stefan Woltran

While the solution counting problem for propositional satisfiability (#SAT) has received renewed attention in recent years, this research trend has not affected other AI solving paradigms like answer set programming (ASP). Although ASP solvers are designed to enumerate all solutions, and counting can therefore be easily done, the involved materialization of all solutions is a clear bottleneck for the counting problem of ASP (#ASP). In this paper we propose dynamic programming-based #ASP algorithms that exploit the structure of the underlying (ground) ASP program. Experimental results for a prototype implementation show promise when compared to existing solvers.

📄 PDF Abstract BibTeX arXiv:1612.07601

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IASCAR: Incremental Answer Set Counting by Anytime Refinement

2023-11-13 · Johannes K. Fichte, Sarah Alice Gaggl, Markus Hecher, Dominik Rusovac

Answer set programming (ASP) is a popular declarative programming paradigm with various applications. Programs can easily have many answer sets that cannot be enumerated in practice, but counting still allows quantifying…

Solving Decision Theory Problems with Probabilistic Answer Set Programming

2024-08-21 · Damiano Azzolini, Elena Bellodi, Rafael Kiesel, Fabrizio Riguzzi

Solving a decision theory problem usually involves finding the actions, among a set of possible ones, which optimize the expected reward, possibly accounting for the uncertainty of the environment. In this paper, we intr…

Answer Set Solving with Bounded Treewidth Revisited

2017-02-09 · Johannes Fichte, Markus Hecher, Michael Morak, Stefan Woltran

Parameterized algorithms are a way to solve hard problems more efficiently, given that a specific parameter of the input is small. In this paper, we apply this idea to the field of answer set programming (ASP). To this e…

Counting Answer Sets of Disjunctive Answer Set Programs

2025-07-15 · Mohimenul Kabir, Supratik Chakraborty, Kuldeep S Meel arxiv

Answer Set Programming (ASP) provides a powerful declarative paradigm for knowledge representation and reasoning. Recently, counting answer sets has emerged as an important computational problem with applications in prob…

Exact ASP Counting with Compact Encodings

2023-12-19 · Mohimenul Kabir, Supratik Chakraborty, Kuldeep S Meel

Answer Set Programming (ASP) has emerged as a promising paradigm in knowledge representation and automated reasoning owing to its ability to model hard combinatorial problems from diverse domains in a natural way. Buildi…