AICLLODec 23, 2018

Optimizing Answer Set Computation via Heuristic-Based Decomposition

arXiv:1812.09718v227 citations
AI Analysis

This work addresses performance optimization for ASP systems, which is incremental as it builds on existing tree-decomposition techniques with new heuristics.

The authors tackled the problem of varying performance in Answer Set Programming (ASP) systems by proposing an automatic transformation method to rewrite logic programs into more efficient equivalent forms, resulting in improved computational efficiency as demonstrated through extensive experiments with the DLV system.

Answer Set Programming (ASP) is a purely declarative formalism developed in the field of logic programming and nonmonotonic reasoning: computational problems are encoded by logic programs whose answer sets, corresponding to solutions, are computed by an ASP system. Different, semantically equivalent, programs can be defined for the same problem; however, performance of systems evaluating them might significantly vary. We propose an approach for automatically transforming an input logic program into an equivalent one that can be evaluated more efficiently. One can make use of existing tree-decomposition techniques for rewriting selected rules into a set of multiple ones; the idea is to guide and adaptively apply them on the basis of proper new heuristics, to obtain a smart rewriting algorithm to be integrated into an ASP system. The method is rather general: it can be adapted to any system and implement different preference policies. Furthermore, we define a set of new heuristics tailored at optimizing grounding, one of the main phases of the ASP computation; we use them in order to implement the approach into the ASP system DLV, in particular into its grounding subsystem I-DLV, and carry out an extensive experimental activity for assessing the impact of the proposal. Under consideration in Theory and Practice of Logic Programming (TPLP).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes