English

Algorithmic study on liar's vertex-edge domination problem

Data Structures and Algorithms 2024-01-25 v2 Combinatorics

Abstract

Let G=(V,E)G=(V,E) be a graph. For an edge e=xyEe=xy\in E, the closed neighbourhood of ee, denoted by NG[e]N_G[e] or NG[xy]N_G[xy], is the set NG[x]NG[y]N_G[x]\cup N_G[y]. A vertex set LVL\subseteq V is liar's vertex-edge dominating set of a graph G=(V,E)G=(V,E) if for every eiEe_i\in E, NG[ei]L2|N_G[e_i]\cap L|\geq 2 and for every pair of distinct edges eie_i and eje_j, (NG[ei]NG[ej])L3|(N_G[e_i]\cup N_G[e_j])\cap L|\geq 3. This paper introduces the notion of liar's vertex-edge domination which arises naturally from some applications in communication networks. Given a graph GG, the \textsc{Minimum Liar's Vertex-Edge Domination Problem} (\textsc{MinLVEDP}) asks to find a liar's vertex-edge dominating set of GG of minimum cardinality. In this paper, we study this problem from algorithmic point of view. We show that \textsc{MinLVEDP} can be solved in linear time for trees, whereas the decision version of this problem is NP-complete for chordal graphs, bipartite graphs, and pp-claw free graphs for p4p\geq 4. We further study approximation algorithms for this problem. We propose two approximation algorithms for \textsc{MinLVEDP} in general graphs and pp-claw free graphs. %We propose an O(lnΔ(G))O(\ln \Delta(G))-approximation algorithm for \textsc{MinLVEDP} in general graphs, where Δ(G)\Delta(G) is the maximum degree of the input graph. Also, we design a constant factor approximation algorithm for pp-claw free graphs. On the negative side, we show that the \textsc{MinLVEDP} cannot be approximated within 12(18ϵ)lnV\frac{1}{2}(\frac{1}{8}-\epsilon)\ln|V| for any ϵ>0\epsilon >0, unless NPDTIME(VO(log(logV))NP\subseteq DTIME(|V|^{O(\log(\log|V|)}). Finally, we prove that the \textsc{MinLVEDP} is APX-complete for bounded degree graphs and pp-claw free graphs for p6p\geq 6.

Keywords

Cite

@article{arxiv.2310.07465,
  title  = {Algorithmic study on liar's vertex-edge domination problem},
  author = {Debojyoti Bhattacharya and Subhabrata Paul},
  journal= {arXiv preprint arXiv:2310.07465},
  year   = {2024}
}
R2 v1 2026-06-28T12:47:20.723Z