AIAug 14, 2024

Dominating Set Reconfiguration with Answer Set Programming

arXiv:2408.07510v11 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses a computational problem relevant to wireless, social, and sensor networks, but it appears incremental as it applies an existing ASP method to a specific reconfiguration context.

The authors tackled the PSPACE-complete dominating set reconfiguration problem by developing an approach based on Answer Set Programming (ASP), which they evaluated on a new benchmark set.

The dominating set reconfiguration problem is defined as determining, for a given dominating set problem and two among its feasible solutions, whether one is reachable from the other via a sequence of feasible solutions subject to a certain adjacency relation. This problem is PSPACE-complete in general. The concept of the dominating set is known to be quite useful for analyzing wireless networks, social networks, and sensor networks. We develop an approach to solve the dominating set reconfiguration problem based on Answer Set Programming (ASP). Our declarative approach relies on a high-level ASP encoding, and both the grounding and solving tasks are delegated to an ASP-based combinatorial reconfiguration solver. To evaluate the effectiveness of our approach, we conduct experiments on a newly created benchmark set.

Code Implementations1 repo
Foundations

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

Your Notes