Table of Contents
Fetching ...

A Generalization of Distance Domination

Alicia Muth, E. Dov Neimand

TL;DR

Problem: generalize distance domination via distance-$\ell$ domination and $k$-component neighbor connectivity, and minimize the size of a failure set $F$ where every component of $V \setminus N_\ell[F]$ has order $< k$, i.e., minimize $|F|$ for $\lambda_{\ell}^{(k)}(G)$. The authors show NP-hardness on general graphs and, focusing on trees, present a polynomial-time algorithm achieving $O(n^2)$ time by defining a component-order function $\mathrm{comporder}$ and a recursive selection process. Correctness is supported by a mapping argument $M$ that relates any failure set to the constructed one, establishing optimality for trees. Practically, the approach informs efficient service-location designs under relaxed coverage constraints and offers a foundation for extensions to weighted or directed variants.

Abstract

Expanding on the graph theoretic ideas of k-component order connectivity and distance-l domination, we present a quadratic-complexity algorithm that finds a tree's minimum failure-set cardinality, i.e., the minimum cardinality any subset of the tree's vertices must have so that all clusters of vertices further away than some l do not exceed a cardinality threshold. Applications of solutions to the expanded problems include choosing service center locations so that no large neighborhoods are excluded from service, while reducing the redundancy inherent in distance domination problems.

A Generalization of Distance Domination

TL;DR

Problem: generalize distance domination via distance- domination and -component neighbor connectivity, and minimize the size of a failure set where every component of has order , i.e., minimize for . The authors show NP-hardness on general graphs and, focusing on trees, present a polynomial-time algorithm achieving time by defining a component-order function and a recursive selection process. Correctness is supported by a mapping argument that relates any failure set to the constructed one, establishing optimality for trees. Practically, the approach informs efficient service-location designs under relaxed coverage constraints and offers a foundation for extensions to weighted or directed variants.

Abstract

Expanding on the graph theoretic ideas of k-component order connectivity and distance-l domination, we present a quadratic-complexity algorithm that finds a tree's minimum failure-set cardinality, i.e., the minimum cardinality any subset of the tree's vertices must have so that all clusters of vertices further away than some l do not exceed a cardinality threshold. Applications of solutions to the expanded problems include choosing service center locations so that no large neighborhoods are excluded from service, while reducing the redundancy inherent in distance domination problems.
Paper Structure (3 sections, 14 theorems, 6 equations, 2 figures, 2 algorithms)

This paper contains 3 sections, 14 theorems, 6 equations, 2 figures, 2 algorithms.

Key Result

Proposition 3

Let $j$ and $k$ be component thresholds with $j \le k$. Then

Figures (2)

  • Figure 1: A Minimum Distance-1, 3-Component Failure Set
  • Figure 2: Example \ref{['exmp: run through']}

Theorems & Definitions (30)

  • Definition 1
  • Definition 2
  • Proposition 3
  • Proposition 4
  • Proposition 5
  • Proposition 6
  • Proposition 7
  • Proposition 8
  • Definition 9
  • Lemma 10
  • ...and 20 more