English

Answer Set Solving with Bounded Treewidth Revisited

Logic in Computer Science 2017-02-10 v1 Artificial Intelligence Computational Complexity

Abstract

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 end, we propose two kinds of graph representations of programs to exploit their treewidth as a parameter. Treewidth roughly measures to which extent the internal structure of a program resembles a tree. Our main contribution is the design of parameterized dynamic programming algorithms, which run in linear time if the treewidth and weights of the given program are bounded. Compared to previous work, our algorithms handle the full syntax of ASP. Finally, we report on an empirical evaluation that shows good runtime behaviour for benchmark instances of low treewidth, especially for counting answer sets.

Keywords

Cite

@article{arxiv.1702.02890,
  title  = {Answer Set Solving with Bounded Treewidth Revisited},
  author = {Johannes Fichte and Markus Hecher and Michael Morak and Stefan Woltran},
  journal= {arXiv preprint arXiv:1702.02890},
  year   = {2017}
}

Comments

This paper extends and updates a paper that has been presented on the workshop TAASP'16 (arXiv:1612.07601). We provide a higher detail level, full proofs and more examples

R2 v1 2026-06-22T18:14:03.834Z