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 tt.

Question: Does there exist SRS \subseteq R such that Sk|S| \le k, Gconn[S]G_{\rm conn}[S] is connected, and NGcov(S)t|N_{G_{\rm cov}}(S)| \ge t?

Two canonical optimization variants are frequently studied:

  • Maximum Coverage under Connectivity: max{NGcov(S):SR,Sk,Gconn[S] is connected}\max \{ |N_{G_{\rm cov}}(S)| : S \subseteq R, |S| \le k, G_{\rm conn}[S] \text{ is connected} \}.
  • Minimum Size for Target Coverage: min{S:SR,NGcov(S)t,Gconn[S] is connected}\min \{ |S| : S \subseteq R, |N_{G_{\rm cov}}(S)| \ge t, G_{\rm conn}[S] \text{ is connected} \}.

An (α,β)(\alpha, \beta)-approximation yields SS with Sαk|S| \le \alpha k and NGcov(S)βt|N_{G_{\rm cov}}(S)| \ge \beta t, or reports infeasibility if the exact (1,1)(1,1)-goal is impossible.

2. Hardness Landscape

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

  • Classical Inapproximability: No polynomial-time (1,11e+ε)(1, 1-\tfrac{1}{e}+\varepsilon)-approximation exists for coverage, unless P=NPP=NP. This barrier propagates to ConnRBDS via reductions from the classical Max Coverage problem (Inamdar et al., 13 Jan 2026).
  • $\W[1]$-Hardness Parameterized by kk: Even when GconnG_{\rm conn} is a clique (no real connectivity constraint) or star, and GcovG_{\rm cov} is 3-degenerate, ConnRBDS is $\W[1]$-hard in kk. This is shown by a reduction from Partial Dominating Set on 2-degenerate graphs.
  • ETH-Based Lower Bounds: No f(k)no(k)f(k)\,n^{o(k)}-time (g(k),1)(g(k), 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 $\W[1]$-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 (1,11e+ε)(1, 1-\tfrac{1}{e}+\varepsilon)-inapprox., unless P=NPP=NP General graphs
Parameterized by kk $\W[1]$-hard GconnG_{\rm conn} clique/star, GcovG_{\rm cov} 3-degenerate
ConnPVC (degree 2 blues) $\W[1]$-hard All blue degrees 2

3. Fixed-Parameter Tractability by Coverage Target tt

Despite the $\W[1]$-hardness in kk, ConnRBDS is fixed-parameter tractable (FPT) when parameterized by the coverage threshold tt.

  • 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 O((2e)t)O^*((2e)^t) randomized (or O((2e)t+o(t))O^*((2e)^{t+o(t)}) 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 tt.

4. Parameterized Approximation Schemes for Biclique-Free Incidence Graphs

For incidence graphs GcovG_{\rm cov} excluding Kd,dK_{d,d} (biclique-free), ConnRBDS admits two complementary parameterized approximation frameworks.

4.1 Efficient Parameterized Approximation Scheme (EPAS) for Coverage

  • Input: (Gcov,Gconn,k,t)(G_{\rm cov}, G_{\rm conn}, k, t), GcovG_{\rm cov} Kd,dK_{d,d}-free, ε>0\varepsilon > 0.
  • Guarantee: In 2O ⁣(k2dε)nO(1)2^{O\!\left(\frac{k^2 d}{\varepsilon}\right)} n^{O(1)} time, either return a connected SRS \subseteq R, Sk|S| \le k, NGcov(S)(1ε)t|N_{G_{\rm cov}}(S)| \ge (1-\varepsilon)t, or assert impossibility for tt.
  • Key Steps: Construction of a conflict graph on RR, random separation via lopsided-universal families, component filtering, edge sparsification within components, weight assignment on red vertices, and max-weight kk-tree subtree enumeration in GconnG_{\rm conn} (with established enumeration and dynamic programming schemes).

4.2 Parameterized Approximation Scheme (PAS) for Size Minimization

  • Input: (Gcov,Gconn,k,t)(G_{\rm cov}, G_{\rm conn}, k, t), GcovG_{\rm cov} Kd,dK_{d,d}-free, ε>0\varepsilon > 0.
  • Guarantee: In 2O(kd(k2+logd))nO(1/ε)2^{O\left(k d(k^2+\log d)\right)} n^{O(1/\varepsilon)} time, obtain a connected SRS \subseteq R, S(1+ε)k|S| \le (1+\varepsilon)k, covering at least tt 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 2O(k2dε)nO(1)2^{O\left(\frac{k^2 d}{\varepsilon}\right)} n^{O(1)} (k,(1ε)t)(k, (1-\varepsilon)t)
PAS Approx. min size 2O(kd(k2+logd))nO(1/ε)2^{O(k d (k^2 + \log d))} n^{O(1/\varepsilon)} ((1+ε)k,t)((1+\varepsilon)k, t)

Crucially, these schemes do not restrict GconnG_{\rm conn}, 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 (twin-width(G),k)(\text{twin-width}(G), k) for graphs with bounded twin-width given a contraction sequence:

  • Formalization: The property "exists XRX \subseteq R, X=k|X|=k, G[X]G[X] connected, dominating t\geq t blue vertices" is expressible in first-order logic with counting quantifiers (FO+counting).
  • Algorithmic Strategy: Executes dynamic programming over the contraction sequence of width dd. Maintains extended profile tables, propagates connectivity and coverage, and ensures that at each step profiles have at most k(d+1)k(d+1) clusters, yielding 2O(kdlog(kd))2^{O(kd \log(kd))} table size at each level.
  • Complexity: O(2O(kdlog(kd))n)O(2^{O(kd \log(kd))}\,n) time, thus FPT in (d,k)(d, k) (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 GcovG_{\rm cov}, FPT approximations better than (1,11/e)(1, 1-1/e) for coverage are precluded under ETH. For Kd,dK_{d,d}-free incidences, parameterized schemes become available.
  • Other Constraints: Generalization to independence, matroid, vertex-connectivity, or edge-capacity constraints in GconnG_{\rm conn} is possible via the same two-graph paradigm.
  • Compression and Kernels: ConnPVC’s $\W[1]$-hardness obviates α\alpha-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.