Papers
Topics
Authors
Recent
Search
2000 character limit reached

Domination Reduction in Graphs and Systems

Updated 5 October 2025
  • Domination reduction is a set of techniques that simplify domination parameters in combinatorial structures by reducing problem complexity and exploiting invariants.
  • Algorithmic strategies such as kernelization, purification, and rule-based heuristics transform hard dominating set problems into more tractable forms.
  • The approach extends to analytic, operator, and game-theoretic settings, yielding sharper bounds and improved reliability measures in complex systems.

Domination reduction encompasses a body of theory and algorithmic practice focused on simplifying, rescaling, or analyzing domination-type parameters in combinatorial and analytic structures—most prominently in graphs, hypergraphs, random structures, posets, function spaces, operator semigroups, and reliability systems. The underlying objective is to either transform a problem instance involving domination into a more tractable form, quantify the sensitivity of domination parameters under transformations, or exploit structure to obtain parameter reductions, invariants, or sharp bounds.

1. Foundational Notions in Domination and Reduction

The foundational concept is the dominating set: for a graph G=(V,E)G=(V,E), a set DVD\subseteq V is dominating if every vVDv\in V\setminus D has a neighbor in DD. This leads to the domination number γ(G)\gamma(G), the minimum size of such a set. Domination reduction arises in several forms:

Domination reduction is both a practical tool (shrinking NP-hard instances or improving heuristics) and a theoretical probe into the structure and complexity of domination phenomena in mathematics.

2. Structural Graph Reductions and Algorithms

Several papers develop, analyze, and improve explicit algorithmic reduction rules for the Dominating Set problem and its variants:

  • Rule-based and Kernelization Reductions: The classic Rule1 of Alber et al. (which partitions neighborhood types and recursively removes dominated regions) is substantially optimized in (Geis et al., 17 Jun 2025) by reformulating the witness selection process and introducing linear-time algorithms. The method uses a canonical reference mapping ρ(u)=argmaxxN[u]val(x)\rho(u) = \arg\max_{x\in N[u]} \text{val}(x) and global marking to avoid iteration. Analyses show that all reductions made by repeated applications of Rule1 can be anticipated and collapsed into a single linear-time sweep.
  • Purification and Pruning: The two-phase approach of (Inza et al., 2024) applies a greedy dominating set algorithm followed by one of several sophisticated purification heuristics. These partition the candidate set into clusters (trees), compute outer and inner cover sets, and use a purification balance metric PB(v,h)=αOCS(v,h)+βICS(v,h)PB(v,h) = \alpha |OCS(v,h)| + \beta |ICS(v,h)| to guide vertex removals. Reverse-order processing is also found effective. Experimental results, over 1300 benchmarks, revealed that these purification routines reduce dominating set size by a factor of 7 over upper bounds and find optimal solutions in 46.33% of cases.
  • Subdivision Numbers: (Dettlaff et al., 2013) introduces the domination subdivision number sd(G)sd(G) (the minimum number of edge subdivisions increasing γ(G)\gamma(G)) and domination multisubdivision number msd(G)msd(G) (the minimal number DVD\subseteq V0 so subdividing some edge DVD\subseteq V1 times increases DVD\subseteq V2). The results show DVD\subseteq V3 for any DVD\subseteq V4, and explicitly classify graphs (e.g., trees) for which DVD\subseteq V5, as well as proving that finding DVD\subseteq V6 is NP-complete even for bipartite graphs.
  • Parameter Reductions: (Kaemawichanurat et al., 2022) establishes upper bounds relating DVD\subseteq V7-isolation numbers DVD\subseteq V8 to the irredundance number DVD\subseteq V9, generalizing vVDv\in V\setminus D0 to sharp inequalities for a range of vVDv\in V\setminus D1 values. The paper provides explicit extremal examples and constructions.

3. Domination Polynomials, Invariants, and Reliability

Graph polynomials encode domination-related structure and enable combinatorial reduction:

  • Domination and Total Domination Polynomials: The domination polynomial vVDv\in V\setminus D2, summing over dominating sets of all sizes, and the total domination polynomial vVDv\in V\setminus D3, are central to the algebraic reduction of graph instances (Beaton et al., 2017, Hu et al., 2016). Reduction formulas—vertex and edge reductions—for vVDv\in V\setminus D4 provide explicit recurrences decomposing the count of total dominating sets into simpler graphs (e.g., via deletion-contraction), critical for computations on paths, cycles, and trees.
  • Domination Reliability: (Dohmen et al., 2011) introduces domination reliability as the probability that the set of operating vertices forms a dominating set in a random-failure network, establishing a close relationship between domination reliability and the domination polynomial through vVDv\in V\setminus D5. The work provides explicit inclusion-exclusion and recursive formulas and shows an analogue of Whitney’s broken-circuit theorem reduces the size of inclusion-exclusion sums, akin to domination reduction at the formulaic level.
  • Signed Domination Functions and Multistate Systems: In system reliability, the signed domination function vVDv\in V\setminus D6 counts (with alternating signs) the number of “formations” of minimal path sets. (Huseby, 25 Feb 2025) extends this to multistate systems and shows, via Möbius inversion, that the calculation of the signed domination function in such systems reduces to the corresponding binary system, thereby directly importing the combinatorial tools of binary system theory. Matroidal structure is leveraged for further reduction: in cases where the system is matroidal, vVDv\in V\setminus D7 can be expressed in terms of the matroid vVDv\in V\setminus D8-invariant.

4. Domination in Non-Graphical Structures: Posets, Operator Theory, and Games

Domination reduction techniques extend beyond graphs:

  • Order-Sensitive Domination in Posets: (Civan et al., 2020) defines order-sensitive dominating sets for posets as dominating sets in the comparability graph that additionally “sandwich” every non-extremal point. For graded constructions (height-3 or 4 posets derived from graphs), the order-sensitive domination number exactly realizes the Roman domination number and twice the domination number, respectively, of the original graph. Biclique partition numbers and clique partition numbers of associated graphs further reduce the computation.
  • Reduction in Qualitative Games: (Patriche, 2013) generalizes the iterated elimination of strictly dominated strategies (IESDS) in classical games to qualitative games, introducing generalized dominance relations and paring structures. Under suitable conditions (e.g., “undominated dominators”), the IESDS routine reduces the strategy space uniquely and non-emptily, and the paper proves the independence from the order of strategy elimination.
  • Operator-Theoretic Domination and Dirichlet Forms: (Li et al., 2024) identifies domination between semigroups or Dirichlet forms as an order relation—the “sandwiched” (intermediate) form lies between two extremals if vVDv\in V\setminus D9 for all DD0 and DD1. The paper characterizes domination reduction through the probabilistic killing transformation (Markov process killed with a multiplicative functional) and achieves explicit representations of the dominated Dirichlet form: DD2. Robin boundary operators and non-local boundary problems thus admit complete analytic characterizations via this reduction.

5. Domination Reduction in Algorithmic Optimization and Heuristics

The NP-hardness or parameterized intractability of domination problems motivates heuristic and approximation strategies founded on reduction principles:

  • Budgeted and Partial Domination: (Lamprou et al., 2019) develops improved approximation algorithms for the Budgeted Connected Dominating Set (BCDS) and Budgeted Edge-Vertex Domination (BEVD) by leveraging new tree decomposition methods and reduction to partial cover instances, with explicit performance ratios (e.g., DD3 for BCDS and DD4 for BEVD).
  • Cross Entropy Method for Domination Variants: (Burdett et al., 2023) proposes an adaptation of the cross entropy (CE) method for domination and its many variants (total, 2-domination, secure domination). The CE approach is highly modular: define sampling/validation logic for the variant, then iteratively sample candidate sets and refine sampling probabilities based on elite solutions. High empirical performance is noted across standard and variant domination instances, including settings where CPLEX cannot compete at scale.
  • Interval Graph Reductions: (Chiarelli et al., 2018) reduces weighted DD5-domination and total DD6-domination on proper interval graphs to shortest path computations in a DAG whose nodes represent partial solutions, drastically reducing the time complexity compared to previous state-of-the-art.

6. Reduction via Domination Relations and Graph Invariants

A further level of abstraction considers domination as a relation between pairs of objects:

  • Graphon-based Domination and Dominating Graphs: (Conlon et al., 2023) defines a domination relation for graphs via homomorphism density inequalities: DD7 dominates DD8 if DD9 for all graphons γ(G)\gamma(G)0. This unifies and extends classical dominance notions, embedding Sidorenko-type conjectures as instances; the existence of a “percolating sequence” of reflections and relocations leading from a single edge to γ(G)\gamma(G)1 secures the domination property and thus enables structural reduction in extremal graph theory.

7. Implications, Limits, and Open Directions

Domination reduction, in all its guises, sharpens the understanding of domination-type invariants and enables reduction in complexity, parameter, or instance size. However, several limitations and challenges are emphasized:

  • Sharp computational hardness persists: domination parameter evaluation, subdivision number computation, and equivalence class determination remain NP-hard in general (Dettlaff et al., 2013, Dohmen et al., 2011).
  • Many reduction frameworks require careful tuning: e.g., the use of cluster structures, tie-breaking in rule-based reductions, or the selection of subgraph parameters for algebraic reduction.
  • The interplay between local and global modifications is delicate: increasing local regularity (e.g., locally large shared tails in 3-tournaments) may not yield global reduction (Korándi et al., 2016), indicating that structure–parameter relationships are subtle and highly dependent on global configuration.

Open problems highlighted include:

  • Extending domination reduction results to broader classes (e.g., higher-uniformity tournaments, hypergraphs, general non-local boundary problems).
  • Fully classifying the reducing power of domination polynomials and reliability polynomials on complex graph classes.
  • Developing practically robust, theoretically sound domination reduction frameworks for applied network optimization and algorithmic graph mining.

Domination reduction unites combinatorial, algebraic, analytic, and algorithmic strands, providing a unified lens for both theoretical exploration and practical problem-solving in the study of covering, control, and reliability in complex systems.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Domination Reduction.