Papers
Topics
Authors
Recent
Search
2000 character limit reached

Partial Connected Red-Blue Dominating Set

Updated 20 January 2026
  • Partial Connected Red-Blue Dominating Set is a framework that generalizes coverage problems by integrating connectivity constraints within a bipartite graph setting.
  • It employs fixed-parameter tractable algorithms and parameterized approximation schemes to overcome inapproximability and W[1]-hardness challenges.
  • The approach leverages Steiner out-tree reductions and twin-width based dynamic programming to provide efficient solutions under various graph restrictions.

The Partial Connected Red-Blue Dominating Set (ConnRBDS) problem is a unifying formalism for a range of coverage problems under connectivity constraints in graphs. It generalizes classical maximum coverage, partial dominating set, and partial vertex cover problems by introducing a bipartite framework with an auxiliary connectivity requirement, tightly connecting the domains of parameterized complexity, approximation algorithms, and structural graph theory (Inamdar et al., 13 Jan 2026).

1. Problem Definition and Formal Framework

ConnRBDS is defined over two graphs sharing a common “red” vertex set RR and a set BB of “blue” vertices:

  • Incidence (Coverage) Graph: Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov}), a bipartite graph where (r,b)Ecov(r, b) \in E_{\rm cov} if red vertex rr dominates blue vertex bb.
  • Connectivity (Constraint) Graph: Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn}), expressing structural requirements (e.g., connectivity) on red vertices.

Instance: GcovG_{\rm cov}, GconnG_{\rm conn}, integers kk and BB0.

Question: Does there exist BB1 such that BB2, BB3 is connected, and BB4?

Two canonical optimization variants are frequently studied:

  • Maximum Coverage under Connectivity: BB5.
  • Minimum Size for Target Coverage: BB6.

An BB7-approximation yields BB8 with BB9 and Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})0, or reports infeasibility if the exact Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})1-goal is impossible.

2. Hardness Landscape

ConnRBDS inherits significant inapproximability and parameterized hardness from classical coverage problems:

  • Classical Inapproximability: No polynomial-time Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})2-approximation exists for coverage, unless Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})3. This barrier propagates to ConnRBDS via reductions from the classical Max Coverage problem (Inamdar et al., 13 Jan 2026).
  • Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})4-Hardness Parameterized by Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})5: Even when Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})6 is a clique (no real connectivity constraint) or star, and Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})7 is 3-degenerate, ConnRBDS is Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})8-hard in Gcov=(RB,Ecov)G_{\rm cov} = (R \uplus B, E_{\rm cov})9. This is shown by a reduction from Partial Dominating Set on 2-degenerate graphs.
  • ETH-Based Lower Bounds: No (r,b)Ecov(r, b) \in E_{\rm cov}0-time (r,b)Ecov(r, b) \in E_{\rm cov}1-approximation is achievable (size-side) unless ETH fails. Reductions from the Dominating Set problem enforce this barrier.
  • ConnPVC Variant: Restricting blue vertices to degree 2 (ConnPVC) remains (r,b)Ecov(r, b) \in E_{\rm cov}2-hard [Guo–Niedermeier–Wahlström WG 2007].

A summary of the hardness results is presented below:

Problem Variant Hardness Class Restriction
Max Coverage under Connectivity (r,b)Ecov(r, b) \in E_{\rm cov}3-inapprox., unless (r,b)Ecov(r, b) \in E_{\rm cov}4 General graphs
Parameterized by (r,b)Ecov(r, b) \in E_{\rm cov}5 (r,b)Ecov(r, b) \in E_{\rm cov}6-hard (r,b)Ecov(r, b) \in E_{\rm cov}7 clique/star, (r,b)Ecov(r, b) \in E_{\rm cov}8 3-degenerate
ConnPVC (degree 2 blues) (r,b)Ecov(r, b) \in E_{\rm cov}9-hard All blue degrees 2

3. Fixed-Parameter Tractability by Coverage Target rr0

Despite the rr1-hardness in rr2, ConnRBDS is fixed-parameter tractable (FPT) when parameterized by the coverage threshold rr3.

  • Steiner Out-Tree Reduction: The problem reduces in FPT time to the (Relaxed) Directed Steiner Out-Tree problem, which seeks an out-tree covering a set of terminals within vertex/edge budget. This intermediate formulation allows the use of an FPT algorithm running in rr4 randomized (or rr5 deterministic) time (Inamdar et al., 13 Jan 2026).
  • Correctness: There is a correspondence between solutions of ConnRBDS and Steiner out-trees spanning terminals associated with covered blues, respecting connectivity and cardinality constraints.

This suggests that, even with arbitrary connectivity constraints, progress is possible in the parameter rr6.

4. Parameterized Approximation Schemes for Biclique-Free Incidence Graphs

For incidence graphs rr7 excluding rr8 (biclique-free), ConnRBDS admits two complementary parameterized approximation frameworks.

4.1 Efficient Parameterized Approximation Scheme (EPAS) for Coverage

  • Input: rr9, bb0 bb1-free, bb2.
  • Guarantee: In bb3 time, either return a connected bb4, bb5, bb6, or assert impossibility for bb7.
  • Key Steps: Construction of a conflict graph on bb8, random separation via lopsided-universal families, component filtering, edge sparsification within components, weight assignment on red vertices, and max-weight bb9-tree subtree enumeration in Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})0 (with established enumeration and dynamic programming schemes).

4.2 Parameterized Approximation Scheme (PAS) for Size Minimization

  • Input: Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})1, Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})2 Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})3-free, Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})4.
  • Guarantee: In Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})5 time, obtain a connected Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})6, Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})7, covering at least Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})8 blue vertices.
  • Techniques: Seed-cover lemma to identify small hub sets, recursive branching on seed selection, localized EPAS-instances, and path augmentation for high-degree case analysis.

A table summarizing these schemes:

Scheme Objective Time Complexity Guarantee
EPAS Approx. max coverage Gconn=(R,Econn)G_{\rm conn} = (R, E_{\rm conn})9 GcovG_{\rm cov}0
PAS Approx. min size GcovG_{\rm cov}1 GcovG_{\rm cov}2

Crucially, these schemes do not restrict GcovG_{\rm cov}3, generalizing prior coverage approximations to the connectivity-constrained setting (Inamdar et al., 13 Jan 2026).

5. FPT Algorithms on Bounded Twin-Width Graphs

ConnRBDS is also fixed-parameter tractable in GcovG_{\rm cov}4 for graphs with bounded twin-width given a contraction sequence:

  • Formalization: The property "exists GcovG_{\rm cov}5, GcovG_{\rm cov}6, GcovG_{\rm cov}7 connected, dominating GcovG_{\rm cov}8 blue vertices" is expressible in first-order logic with counting quantifiers (FO+counting).
  • Algorithmic Strategy: Executes dynamic programming over the contraction sequence of width GcovG_{\rm cov}9. Maintains extended profile tables, propagates connectivity and coverage, and ensures that at each step profiles have at most GconnG_{\rm conn}0 clusters, yielding GconnG_{\rm conn}1 table size at each level.
  • Complexity: GconnG_{\rm conn}2 time, thus FPT in GconnG_{\rm conn}3 (Balabán et al., 25 Apr 2025).

A plausible implication is that a broad class of structural graph constraints can be accommodated using this logical and DP framework.

6. Connections, Extensions, and Open Directions

ConnRBDS serves as a unifying model, clarifying the boundary between inapproximability and FPT-approximability for coverage problems under connectivity constraints (Inamdar et al., 13 Jan 2026).

  • Neighborhood Sparsifiers: The use of sparsifiers—small families of weight functions—facilitates reduction of coverage objectives to weighted connectivity, a tool with potential in broader scenarios.
  • Dichotomy: For unrestricted GconnG_{\rm conn}4, FPT approximations better than GconnG_{\rm conn}5 for coverage are precluded under ETH. For GconnG_{\rm conn}6-free incidences, parameterized schemes become available.
  • Other Constraints: Generalization to independence, matroid, vertex-connectivity, or edge-capacity constraints in GconnG_{\rm conn}7 is possible via the same two-graph paradigm.
  • Compression and Kernels: ConnPVC’s GconnG_{\rm conn}8-hardness obviates GconnG_{\rm conn}9-approximate polynomial compression, contrasting with unconstrained Max Coverage where approximation kernels are possible.

This suggests that the analytic methodologies and combinatorial principles of ConnRBDS will continue to inform algorithmic advances in both theoretical and applied network design, sensor placement, and coverage planning in large-scale graphs.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

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 Partial Connected Red-Blue Dominating Set.