Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

DynASP2.5: Dynamic Programming on Tree Decompositions in Action

View through CrossRef
Efficient exact parameterized algorithms are an active research area. Such algorithms exhibit a broad interest in the theoretical community. In the last few years, implementations for computing various parameters (parameter detection) have been established in parameterized challenges, such as treewidth, treedepth, hypertree width, feedback vertex set, or vertex cover. In theory, instances, for which the considered parameter is small, can be solved fast (problem evaluation), i.e., the runtime is bounded exponential in the parameter. While such favorable theoretical guarantees exists, it is often unclear whether one can successfully implement these algorithms under practical considerations. In other words, can we design and construct implementations of parameterized algorithms such that they perform similar or even better than well-established problem solvers on instances where the parameter is small. Indeed, we can build an implementation that performs well under the theoretical assumptions. However, it could also well be that an existing solver implicitly takes advantage of a structure, which is often claimed for solvers that build on Sat-solving. In this paper, we consider finding one solution to instances of answer set programming (ASP), which is a logic-based declarative modeling and solving framework. Solutions for ASP instances are so-called answer sets. Interestingly, the problem of deciding whether an instance has an answer set is already located on the second level of the polynomial hierarchy. An ASP solver that employs treewidth as parameter and runs dynamic programming on tree decompositions is DynASP2. Empirical experiments show that this solver is fast on instances of small treewidth and can outperform modern ASP when one counts answer sets. It remains open, whether one can improve the solver such that it also finds one answer set fast and shows competitive behavior to modern ASP solvers on instances of low treewidth. Unfortunately, theoretical models of modern ASP solvers already indicate that these solvers can solve instances of low treewidth fast, since they are based on Sat-solving algorithms. In this paper, we improve DynASP2 and construct the solver DynASP2.5, which uses a different approach. The new solver shows competitive behavior to state-of-the-art ASP solvers even for finding just one solution. We present empirical experiments where one can see that our new implementation solves ASP instances, which encode the Steiner tree problem on graphs with low treewidth, fast. Our implementation is based on a novel approach that we call multi-pass dynamic programming (M-DPSINC). In the paper, we describe the underlying concepts of our implementation (DynASP2.5) and we argue why the techniques still yield correct algorithms.
Title: DynASP2.5: Dynamic Programming on Tree Decompositions in Action
Description:
Efficient exact parameterized algorithms are an active research area.
Such algorithms exhibit a broad interest in the theoretical community.
In the last few years, implementations for computing various parameters (parameter detection) have been established in parameterized challenges, such as treewidth, treedepth, hypertree width, feedback vertex set, or vertex cover.
In theory, instances, for which the considered parameter is small, can be solved fast (problem evaluation), i.
e.
, the runtime is bounded exponential in the parameter.
While such favorable theoretical guarantees exists, it is often unclear whether one can successfully implement these algorithms under practical considerations.
In other words, can we design and construct implementations of parameterized algorithms such that they perform similar or even better than well-established problem solvers on instances where the parameter is small.
Indeed, we can build an implementation that performs well under the theoretical assumptions.
However, it could also well be that an existing solver implicitly takes advantage of a structure, which is often claimed for solvers that build on Sat-solving.
In this paper, we consider finding one solution to instances of answer set programming (ASP), which is a logic-based declarative modeling and solving framework.
Solutions for ASP instances are so-called answer sets.
Interestingly, the problem of deciding whether an instance has an answer set is already located on the second level of the polynomial hierarchy.
An ASP solver that employs treewidth as parameter and runs dynamic programming on tree decompositions is DynASP2.
Empirical experiments show that this solver is fast on instances of small treewidth and can outperform modern ASP when one counts answer sets.
It remains open, whether one can improve the solver such that it also finds one answer set fast and shows competitive behavior to modern ASP solvers on instances of low treewidth.
Unfortunately, theoretical models of modern ASP solvers already indicate that these solvers can solve instances of low treewidth fast, since they are based on Sat-solving algorithms.
In this paper, we improve DynASP2 and construct the solver DynASP2.
5, which uses a different approach.
The new solver shows competitive behavior to state-of-the-art ASP solvers even for finding just one solution.
We present empirical experiments where one can see that our new implementation solves ASP instances, which encode the Steiner tree problem on graphs with low treewidth, fast.
Our implementation is based on a novel approach that we call multi-pass dynamic programming (M-DPSINC).
In the paper, we describe the underlying concepts of our implementation (DynASP2.
5) and we argue why the techniques still yield correct algorithms.

Related Results

Graph Decotnpositions
Graph Decotnpositions
Abstract Graph Decompositions is the first book on a topic that belongs mainly to infinite graph theory. It offers a complete account of the theory of simplicial dec...
Inter-specific variations in tree stem methane and nitrous oxide exchanges in a tropical rainforest
Inter-specific variations in tree stem methane and nitrous oxide exchanges in a tropical rainforest
<p>Tropical forests are the most productive terrestrial ecosystems, global centres of biodiversity and important participants in the global carbon and water cycles. T...
Species of Fusarium and Neocosmospora associated with citrus branch diseases in China
Species of Fusarium and Neocosmospora associated with citrus branch diseases in China
Fig. S1. Phylogenetic tree generated by Bayesian inference analyses based on the individual CaM, rpb1, rpb2 and tef1 (A–D) for species in Fusarium fujikuroi species complex (FFSC)....
Programming model abstractions for optimizing I/O intensive applications
Programming model abstractions for optimizing I/O intensive applications
This thesis contributes from the perspective of task-based programming models to the efforts of optimizing I/O intensive applications. Throughout this thesis, we propose programmin...
Review of Application on Dynamic Fault Tree Method in Nuclear Power Plants
Review of Application on Dynamic Fault Tree Method in Nuclear Power Plants
Abstract Fault tree analysis (FTA) is one of the most important methods of probabilistic risk assessment (PRA). The fault state of the system is taken. While traditi...
Incorporating programming into mathematics education : How using programming shapes upper-secondary students’ mathematical understanding
Incorporating programming into mathematics education : How using programming shapes upper-secondary students’ mathematical understanding
This thesis comprises two studies investigating upper-secondary students’ use of programming as a mathematical tool. It aims to examine both the intertwined relationship between st...
Dynamic Algorithms for Approximate Steiner Trees
Dynamic Algorithms for Approximate Steiner Trees
ABSTRACTThis study investigates the dynamic Steiner tree problem. The objective of the Steiner tree problem is to compute a minimum‐weight tree connecting a set of designated verti...
The Sensitivity Feature Analysis for Tree Species Based on Image Statistical Properties
The Sensitivity Feature Analysis for Tree Species Based on Image Statistical Properties
While the statistical properties of images are vital in forestry engineering, the usefulness of these properties in various forestry tasks may vary, and certain image properties mi...

Back to Top