Power Domination in Electric Networks
- Power domination is a graph-theoretic model that uses PMU placements and propagation rules to achieve full network observability.
- It encompasses various generalizations such as k-power domination, robust, and connected variants aimed at optimizing PMU placement strategies.
- The model links domination with zero forcing, yielding structural bounds, exact formulas, and cost-aware optimization methods in network monitoring.
Power domination is a graph-theoretic model of monitoring an electric power network with phasor measurement units (PMUs). Given a graph and an initial PMU placement , the process begins by observing and then propagates observation whenever an observed vertex has exactly one unobserved neighbor; is a power dominating set if the process eventually observes all vertices, and the minimum cardinality of such a set is the power domination number . The subject now includes deterministic, generalized, connected, restricted, polynomial, robustness-aware, stochastic-failure, and cost-benefit formulations, all motivated by variations of the PMU placement problem in electrical networks (Benson et al., 2015, Bjorkman et al., 2023, Morrison et al., 27 Jan 2026).
1. Classical formulation and generalizations
In its standard form, power domination is defined on a finite simple graph by the two-stage process
followed by repeated propagation: if there exists such that
then is updated by adding 0. A set 1 is a power dominating set if the terminal set is 2, and 3 is the minimum size of such a set (Benson et al., 2015). Equivalent notation also appears as 4, with 5 power dominating precisely when 6 (Bjorkman et al., 2023).
A standard generalization is 7-power domination. For 8, one starts from
9
and then iterates
0
A set 1 is a 2-power dominating set if 3, and the minimum size is 4. This interpolates between domination at 5 and ordinary power domination at 6 (Varghese et al., 2015, Ferrero et al., 2017).
The hypergraph literature contains two principal extensions. Chang and Roussel generalized the graph process by retaining a single-vertex propagation rule, while infectious power domination combines the domination step with Bergen et al.’s infection rule: if 7, one first sets
8
then repeatedly allows a nonempty 9 to infect an edge 0 if 1 and every unobserved vertex 2 with 3 contained in some edge must satisfy 4. The resulting minimum size is the infectious power domination number 5. Both hypergraph formulations reduce to ordinary power domination on 6-uniform hypergraphs (Bjorkman, 2019).
2. Zero forcing, domination, and product phenomena
A central structural fact is that power domination is domination followed by zero forcing. Precisely,
7
which permits transfer of bounds and techniques between the two theories (Benson et al., 2015). In particular, if 8 denotes the zero forcing number and 9 the maximum degree, then every graph with an edge satisfies
0
and this bound is tight (Benson et al., 2015). The 1-analogue sharpens the same principle: for a connected graph with 2,
3
equivalently,
4
again with tightness (Ferrero et al., 2017).
The relationship is not merely formal. In the 5-power domination setting, if 6 is a minimum 7-power dominating set chosen so that every vertex has at least 8 external 9-private neighbors, then one can explicitly build a 0-forcing set by retaining, for each 1, the vertices of 2 except 3 selected external private neighbors. This construction underlies the preceding inequality and makes the comparison constructive rather than purely existential (Ferrero et al., 2017).
Power domination also exhibits product behavior analogous to Vizing-type lower bounds. If 4 denotes the maximum number of parts in a failed power dominating partition of 5, then
6
When 7 and 8, this yields
9
For trees, 0, so for any two trees 1,
2
(Anderson et al., 2022). This suggests that, at least for classes where failed power dominating partitions are tight, Cartesian products preserve a strong multiplicative lower bound.
3. Restricted and connected variants
Restricted power domination fixes part of the PMU placement in advance. For 3,
4
It satisfies
5
and more generally, for 6,
7
A fundamental reduction attaches leaves to the required vertices: if 8 is obtained by attaching 9 leaves to every vertex of 0, then
1
and
2
if and only if
3
This yields a linear-time algorithm on bounded-treewidth graphs and supports decomposition and integer-programming formulations for the restricted problem (Bozeman et al., 2017).
Connected power domination adds the requirement that the initial PMU set induce a connected subgraph. The minimum size is 4. This variant is NP-hard in general, but it admits sharp structural decompositions. If 5 is the set of cut vertices in the classes 6, then every connected power dominating set of a connected nonpath graph contains 7 (Brimkov et al., 2017). For trees and block graphs,
8
while cactus graphs satisfy the exact formula
9
where 0 are the pendant paths and 1 is the maximum size of a feasible omitted segment of cycle block 2 (Brimkov et al., 2017).
A broader decomposition expresses connected power domination across nontrivial blocks 3. If 4 and 5 is the number of nontrivial blocks containing 6, then
7
This suggests that articulation structure is often decisive once connectivity is imposed (Brimkov et al., 2017).
4. Exact values on specific graph families and network classes
Several graph families admit exact formulas. For the triangular grid 8 with hexagonal border,
9
(Bose et al., 2017). The proof combines an explicit periodic upper-bound construction with a lower bound based on a border argument and a shifting process that transforms arbitrary monitored sets into canonical staircase-shaped sets.
For maximal planar graphs of order 0,
1
and the bound is tight for graphs on six vertices and for the triakis tetrahedron on ten vertices (Dorbec et al., 2017). The proof is constructive and proceeds through special-configuration elimination, greedy augmentation, and recursive handling of residual splitting structures.
For generalized power domination on WK-Pyramid networks 2, the 3-power domination number is determined for all positive 4 except the boundary case 5 with 6. The exact formula is
7
For 8, only the upper bound
9
is proved (Varghese et al., 2015).
For the corrected fractal cubic network 00,
01
where 02 is the resolving power domination number. The proof identifies 03 disjoint open twin classes, giving the lower bound, and exhibits the set of all vertices ending in 04 as an optimal power dominating set (Prabhu et al., 2024). A plausible implication is that recursive twin structure can simultaneously control monitoring and resolving requirements.
5. Polynomials, forts, and exact optimization methods
The power domination polynomial packages the counts of power dominating sets by size: 05 where 06 is the number of power dominating sets of size 07 (Brimkov et al., 2018). It encodes 08 as the multiplicity of the root 09, has no positive real roots, and admits decomposition formulas. For disjoint unions,
10
while explicit formulas include
11
12
and, for stars 13 with 14,
15
The same paper studies 16-uniqueness, power domination roots, and coefficient formulas such as
17
where 18 is the number of isolates (Brimkov et al., 2018).
A separate optimization line is based on zero forcing forts. If 19 is the set of forts and 20 the fort neighborhoods, then
21
This yields an exact set-cover formulation: 22 The resulting row-generation framework separates violated fort-neighborhood constraints using auxiliary integer programs, and the proposed method solved large benchmark instances, including the US Western Interconnection in 23 seconds and PEGASE 24 in 25 seconds, after earlier infection-order formulations timed out (Smith et al., 2020).
The Power Domination Toolbox operationalizes related ideas in Python. It contracts components induced by degree-26 vertices while preserving 27, exploits terminal forts and certain induced-28-based zero forcing forts, restricts the search to active vertices of degree at least 29, orders candidate placements by a qualitative score, and parallelizes subset checking. On the IEEE 30-bus system, the earlier JL-BW exhaustive search was terminated after a week, while PDT found 31 in approximately 32 seconds using 33 threads (Koch et al., 2023).
6. Robustness, stochastic failure, and cost-aware formulations
Robust power domination replaces location failure by sensor failure and allows multiple PMUs at one vertex. In the multiset formulation, a 34-robust power dominating set is a multiset 35 such that for every submultiset 36 with 37, 38 is a power dominating set. The foundational bounds are
39
and the parameter is monotone in 40: 41 If 42, then 43 (Bjorkman et al., 2023). The PMU-defect-robust refinement denotes the minimum size by 44, proves
45
and obtains exact formulas for major families, including
46
for every block graph 47, hence for every tree, and
48
In particular,
49
Fragile power domination introduces random independent PMU failure before the domination step. If each PMU in a placement 50 fails independently with probability 51, the surviving multiset 52 induces the random observed set 53, and the central quantity is
54
This expected value is a polynomial in 55 of degree at most 56. Its low-degree coefficients characterize deterministic robustness: if 57 has 58 vertices and 59 is a PMU placement, then 60 is a 61-PMU-defect-robust power dominating set if and only if
62
for some polynomial 63. The model also isolates full-observation probabilities and yields explicit formulas for stars, generalized barbell graphs, and complete multipartite graphs (Bjorkman et al., 2023).
The fragile framework changes placement orderings. A particularly explicit illustration is the star 64 with center 65 and 66: placing PMUs on all 67 vertices gives
68
while the multiset placement 69 gives
70
(Bjorkman et al., 2023). A later development characterizes when two graph-placement pairs have the same expected value polynomial, proves that all coefficients of degree at least 71 can be prescribed arbitrarily by attaching gadgets, and gives an exact characterization of linearity of 72 in terms of aggregated 73-subset observation totals (Bjorkman et al., 19 Jul 2025). This suggests that stochastic robustness is governed by subset-level observability statistics rather than only by 74.
A different extension introduces an explicit tradeoff between PMU cost and non-observance cost: 75 where 76 is the Observance Cost Ratio. A set is 77-best if it minimizes this cost. The extreme regimes are exact: 78 For fixed 79, the maximum observance
80
induces
81
and the marginal observance
82
gives the threshold criterion
83
The model also proves a realizability theorem for useful PMU counts and derives fort-based thresholds on 84 guaranteeing that full observation is optimal (Morrison et al., 27 Jan 2026).
Power domination has therefore evolved from a minimum-PMU covering question into a broader theory of domination-plus-propagation, with exact graph-family formulas, decomposition theorems, fort-based optimization, robustness notions based on deterministic failures or stochastic breakdown, and cost-sensitive criteria that can make incomplete observability optimal. The common core across these variants remains the same: an initial neighborhood observation step coupled to a propagation rule that transforms local uniqueness into global observability.