Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 80 tok/s
Gemini 2.5 Pro 60 tok/s Pro
GPT-5 Medium 23 tok/s Pro
GPT-5 High 26 tok/s Pro
GPT-4o 87 tok/s Pro
Kimi K2 173 tok/s Pro
GPT OSS 120B 433 tok/s Pro
Claude Sonnet 4 36 tok/s Pro
2000 character limit reached

Optimal Contamination Sets in Grid Networks

Updated 19 September 2025
  • 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 G(n,m)G(n, m) with vertex set V(n,m)V(n, m) representing an n×mn \times m rectangular lattice. A seed set SV(n,m)S \subseteq V(n, m) is selected as the initially contaminated set (S|S| 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 SS of minimal size such that, after finitely many rounds, every vertex in V(n,m)V(n, m) becomes contaminated.

Define the power contamination number as: γc(G(n,m))=min{S:SV(n,m) leads to full contamination under the rules}\gamma_{c}(G(n, m)) = \min \{|S| : S \subseteq V(n, m) \text{ leads to full contamination under the rules}\} An optimal contamination set is a set SV(n,m)S^* \subseteq V(n, m) of cardinality γc(G(n,m))\gamma_{c}(G(n, m)) 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 γc(G(n,m))\gamma_{c}(G(n, m)):

  • For the 1-row grid:

γc(G(1,m))=m/2+1\gamma_{c}(G(1, m)) = \left\lfloor m/2 \right\rfloor + 1

  • 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 n3n \ge 3 and m>nm > n, the paper provides the recurrence:

γc(G(n,m))=γc(G(n,m1))+12(1+(1)m)\gamma_{c}(G(n, m)) = \gamma_{c}(G(n, m-1)) + \tfrac{1}{2}(1+(-1)^m)

For mm even, the increment is 1; for mm odd, it is 0.

  • For square grids of odd order:

γc(G(2k+1,2k+1))=k+1\gamma_{c}(G(2k+1, 2k+1)) = k+1

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 αn,m\alpha_{n, m} denote the number of distinct SV(n,m)S^* \subseteq V(n, m) of size γc(G(n,m))\gamma_{c}(G(n, m)) that achieve complete contamination:

Grid Number of optimal sets Related integer sequence
G(1,m)G(1, m) $1$ (odd mm); m/2m/2 (even mm) N/A
G(2,2k)G(2, 2k) k2kk \cdot 2^k N/A
G(2,2k+1)G(2, 2k+1) A084857(k)(k) OEIS sequence A084857
G(3,2k+1)G(3, 2k+1) A193519(k+1)(k+1) OEIS sequence A193519
G(2k+1,2k+1)G(2k+1, 2k+1) A006318(k)(k) Large Schröder numbers (A006318)
  • For G(2,2k)G(2, 2k), optimal sets are counted by k2kk \cdot 2^k (the combinatorics encode different seed placements to ensure all rows/columns are covered).
  • For G(3,2k+1)G(3, 2k+1), optimal sets correspond bijectively to ternary words of length k+1k+1 over {1,2,3}\{1,2,3\} that contain at least one occurrence of the subword "13" or "31" (see OEIS A193519).
  • For square grids G(2k+1,2k+1)G(2k+1, 2k+1), the number of optimal sets is given by the large Schröder number SkS_k (A006318), tied to the count of certain lattice paths or parenthesizations.

Notable recurrences include: α2k+1,2k+1=3k+1uk+1\alpha_{2k+1, 2k+1} = 3^{k+1} - u_{k+1} where unu_n counts ternary words of length nn 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 SkS_k optimal configurations for G(2k+1,2k+1)G(2k+1, 2k+1).
  • On G(3,2k+1)G(3, 2k+1), read off the unique contaminated cell in each odd-indexed column; this forms a word w=i0i1ikw = i_0i_1\cdots i_k, ij{1,2,3}i_j \in \{1,2,3\}, such that ww 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 (1,1),(1,1),(2,0)(1,1),(1,-1),(2,0), 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 γc\gamma_c quantifies the minimum required investments to guarantee observability or containment under adversarial spreading.
  • The structural results enable explicit construction of optimal sets for given (n,m)(n, m), 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.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)
Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to Optimal Contamination Sets.