Optimal Contamination Sets in Grid Networks
- Optimal contamination sets are minimal seed nodes on grid networks that trigger complete spread under specified local propagation rules.
- The methodology includes deriving recurrence relations and leveraging combinatorial structures like forbidden-pattern words and Schröder numbers.
- The findings inform practical strategies for resource allocation in monitoring systems such as power grids and distributed sensor networks.
An optimal contamination set is a minimum cardinality subset of nodes (or vertices) on a grid graph (or more generally, a network), which, when declared as initially "contaminated" (or "active"), ensures that, under pre-specified propagation rules, the entire grid eventually becomes contaminated (active). The "power contamination problem" on grids is a dynamic variant of power domination, modeled by discrete-time local spreading rules that mimic the detection or infection process in practical systems such as electrical networks, biological populations, and distributed sensor grids. The combinatorial structure of optimal contamination sets is highly nontrivial, and their enumeration connects to classical objects in combinatorics, such as forbidden-pattern words and Schröder numbers.
1. Problem Statement and Local Propagation Rules
Consider a grid graph with vertex set representing an rectangular lattice. A seed set is selected as the initially contaminated set ( as small as possible). Contamination then spreads according to the following discrete-time local rules (labeled (a)–(h) in the original paper):
- At each round, a contaminated cell can "infect" its neighbors, either directly or via combined effects, according to local combinatorial configurations.
- Key constraints require that no two consecutive columns or rows can remain uncontaminated at any step, and that the propagation cannot bypass such zones unless explicitly seeded.
- The goal is to find of minimal size such that, after finitely many rounds, every vertex in becomes contaminated.
Define the power contamination number as: An optimal contamination set is a set of cardinality that achieves full grid contamination.
2. Exact Values and Recurrence Relations
The paper (Mehiri et al., 16 Sep 2025) establishes explicit expressions and recurrences for :
- For the 1-row grid:
- For 2-row grids:
$\gamma_{c}(G(2, m)) = \begin{cases} \left\lceil m / 2 \right\rceil + 1 & \text{if %%%%10%%%% is odd} \ \left\lfloor m / 2 \right\rfloor + 1 & \text{if %%%%11%%%% is even} \end{cases}$
- For and , the paper provides the recurrence:
For even, the increment is 1; for odd, it is 0.
- For square grids of odd order:
These recurrences emerge from structural lemmas: e.g., that the contamination process cannot traverse two uncrossed columns or rows, mandating that optimal sets "break up" such obstacles.
3. Enumeration of Optimal Solutions and Integer Sequences
Beyond the size, the enumeration of all optimal contamination sets exhibits marked combinatorial richness. Let denote the number of distinct of size that achieve complete contamination:
Grid | Number of optimal sets | Related integer sequence |
---|---|---|
$1$ (odd ); (even ) | N/A | |
N/A | ||
A084857 | OEIS sequence A084857 | |
A193519 | OEIS sequence A193519 | |
A006318 | Large Schröder numbers (A006318) |
- For , optimal sets are counted by (the combinatorics encode different seed placements to ensure all rows/columns are covered).
- For , optimal sets correspond bijectively to ternary words of length over that contain at least one occurrence of the subword "13" or "31" (see OEIS A193519).
- For square grids , the number of optimal sets is given by the large Schröder number (A006318), tied to the count of certain lattice paths or parenthesizations.
Notable recurrences include: where counts ternary words of length avoiding both 13 and 31, showing the prevalence of forbidden pattern avoidance in characterizing contamination sets.
4. Structural Properties and Pattern Encoding
A crucial finding is that the structure of optimal contamination sets can often be encoded by combinatorial objects such as zig-zag patterns or pattern-avoiding words. For example:
- On odd-order square grids, place one seed on each row and each column with odd index, corresponding to a permutation of odd integers. This yields optimal configurations for .
- On , read off the unique contaminated cell in each odd-indexed column; this forms a word , , such that contains at least one of "13" or "31".
- In higher dimensions or more complex cases, optimal sets often correspond to solutions avoiding certain forbidden local patterns, reflecting a constraint satisfaction structure tied to the propagation rules.
5. Combinatorial Significance and Connections
The enumeration of optimal contamination sets reveals remarkable links between grid percolation processes and prominent combinatorial sequences:
- The large Schröder numbers count not only the optimal sets on odd square grids but also classical objects such as lattice paths above the axis with steps , certain rooted trees, and non-crossing over-parenthesizations.
- The OEIS sequences A084857 and A193519 provide a direct connection between contamination set enumeration and words with forbidden subwords—highlighting a deep relationship with pattern avoidance, an established area in combinatorics.
This interplay implies that power contamination, under suitable rules, provides a rich testing ground for bijective combinatorics, enumeration, and graph percolation.
6. Implications and Generalizations
The solution and enumeration of optimal contamination sets on grids have both theoretical and practical implications:
- For resource allocation in monitoring, the minimal contamination number quantifies the minimum required investments to guarantee observability or containment under adversarial spreading.
- The structural results enable explicit construction of optimal sets for given , facilitating algorithmic implementation in practical grid-based monitoring or control tasks (e.g., in power networks or distributed sensing).
- The bijective links to integer sequences suggest that similar percolation problems on other graphs (e.g., higher-dimensional grids, toroidal grids, or irregular lattices) may yield new combinatorial enumeration results and further links to the theory of forbidden patterns, lattice paths, or tiling problems.
As a prospective research direction, one may generalize these contamination rules and paper resulting enumeration problems in other network topologies. Exploration of randomized contamination processes, refined statistics (such as the maximum propagation time for optimal sets), or relationships with spectral properties of graphs are plausible next steps. The combinatorial framework developed here—for both the solution and rigorous enumeration of optimal contamination sets—opens a pathway to further mathematical investigation and interdisciplinary application.