14 research outputs found

    Approximating subset kk-connectivity problems

    Get PDF
    A subset TVT \subseteq V of terminals is kk-connected to a root ss in a directed/undirected graph JJ if JJ has kk internally-disjoint vsvs-paths for every vTv \in T; TT is kk-connected in JJ if TT is kk-connected to every sTs \in T. We consider the {\sf Subset kk-Connectivity Augmentation} problem: given a graph G=(V,E)G=(V,E) with edge/node-costs, node subset TVT \subseteq V, and a subgraph J=(V,EJ)J=(V,E_J) of GG such that TT is kk-connected in JJ, find a minimum-cost augmenting edge-set FEEJF \subseteq E \setminus E_J such that TT is (k+1)(k+1)-connected in JFJ \cup F. The problem admits trivial ratio O(T2)O(|T|^2). We consider the case T>k|T|>k and prove that for directed/undirected graphs and edge/node-costs, a ρ\rho-approximation for {\sf Rooted Subset kk-Connectivity Augmentation} implies the following ratios for {\sf Subset kk-Connectivity Augmentation}: (i) b(ρ+k)+(3TTk)2H(3TTk)b(\rho+k) + {(\frac{3|T|}{|T|-k})}^2 H(\frac{3|T|}{|T|-k}); (ii) ρO(TTklogk)\rho \cdot O(\frac{|T|}{|T|-k} \log k), where b=1 for undirected graphs and b=2 for directed graphs, and H(k)H(k) is the kkth harmonic number. The best known values of ρ\rho on undirected graphs are min{T,O(k)}\min\{|T|,O(k)\} for edge-costs and min{T,O(klogT)}\min\{|T|,O(k \log |T|)\} for node-costs; for directed graphs ρ=T\rho=|T| for both versions. Our results imply that unless k=To(T)k=|T|-o(|T|), {\sf Subset kk-Connectivity Augmentation} admits the same ratios as the best known ones for the rooted version. This improves the ratios in \cite{N-focs,L}

    A logarithmic approximation algorithm for the activation edge multicover problem

    Full text link
    In the Activation Edge-Multicover problem we are given a multigraph G=(V,E)G=(V,E) with activation costs {ceu,cev}\{c_{e}^u,c_{e}^v\} for every edge e=uvEe=uv \in E, and degree requirements r={rv:vV}r=\{r_v:v \in V\}. The goal is to find an edge subset JEJ \subseteq E of minimum activation cost vVmax{cuvv:uvJ}\sum_{v \in V}\max\{c_{uv}^v:uv \in J\},such that every vVv \in V has at least rvr_v neighbors in the graph (V,J)(V,J). Let k=maxvVrvk= \max_{v \in V} r_v be the maximum requirement and let θ=maxe=uvEmax{ceu,cev}min{ceu,cev}\theta=\max_{e=uv \in E} \frac{\max\{c_e^u,c_e^v\}}{\min\{c_e^u,c_e^v\}} be the maximum quotient between the two costs of an edge. For θ=1\theta=1 the problem admits approximation ratio O(logk)O(\log k). For k=1k=1 it generalizes the Set Cover problem (when θ=\theta=\infty), and admits a tight approximation ratio O(logn)O(\log n). This implies approximation ratio O(klogn)O(k \log n) for general kk and θ\theta, and no better approximation ratio was known. We obtain the first logarithmic approximation ratio O(logk+logmin{θ,n})O(\log k +\log\min\{\theta,n\}), that bridges between the two known ratios -- O(logk)O(\log k) for θ=1\theta=1 and O(logn)O(\log n) for k=1k=1. This implies approximation ratio O(logk+logmin{θ,n})+β(θ+1)O\left(\log k +\log\min\{\theta,n\}\right) +\beta \cdot (\theta+1) for the Activation kk-Connected Subgraph problem, where β\beta is the best known approximation ratio for the ordinary min-cost version of the problem

    Approximating survivable networks with β-metric costs

    Get PDF
    AbstractThe Survivable Network Design (SND) problem seeks a minimum-cost subgraph that satisfies prescribed node-connectivity requirements. We consider SND on both directed and undirected complete graphs with β-metric costs when c(xz)⩽β[c(xy)+c(yz)] for all x,y,z∈V, which varies from uniform costs (β=1/2) to metric costs (β=1).For the k-Connected Subgraph (k-CS) problem our ratios are: 1+2βk(1−β)−12k−1 for undirected graphs, and 1+4β3k(1−3β2)−12k−1 for directed graphs and 12⩽β<13. For undirected graphs this improves the ratios β1−β of Böckenhauer et al. (2008) [3] and 2+βkn of Kortsarz and Nutov (2003) [11] for all k⩾4 and 12+3k−22(4k2−7k+2)⩽β⩽k2(k+1)2−2. We also show that SND admits the ratios 2β1−β for undirected graphs, and 4β31−3β2 for directed graphs with 1/2⩽β<1/3. For two important particular cases of SND, so-called Subset k-CS and Rooted SND, our ratios are 2β31−3β2 for directed graphs and β1−β for subset k-CS on undirected graphs

    Approximating Minimum-Cost k-Node Connected Subgraphs via Independence-Free Graphs

    Full text link
    We present a 6-approximation algorithm for the minimum-cost kk-node connected spanning subgraph problem, assuming that the number of nodes is at least k3(k1)+kk^3(k-1)+k. We apply a combinatorial preprocessing, based on the Frank-Tardos algorithm for kk-outconnectivity, to transform any input into an instance such that the iterative rounding method gives a 2-approximation guarantee. This is the first constant-factor approximation algorithm even in the asymptotic setting of the problem, that is, the restriction to instances where the number of nodes is lower bounded by a function of kk.Comment: 20 pages, 1 figure, 28 reference

    Approximating k-Connected m-Dominating Sets

    Get PDF
    A subset SS of nodes in a graph GG is a kk-connected mm-dominating set ((k,m)(k,m)-cds) if the subgraph G[S]G[S] induced by SS is kk-connected and every vVSv \in V \setminus S has at least mm neighbors in SS. In the kk-Connected mm-Dominating Set ((k,m)(k,m)-CDS) problem the goal is to find a minimum weight (k,m)(k,m)-cds in a node-weighted graph. For mkm \geq k we obtain the following approximation ratios. For general graphs our ratio O(klnn)O(k \ln n) improves the previous best ratio O(k2lnn)O(k^2 \ln n) and matches the best known ratio for unit weights. For unit disc graphs we improve the ratio O(klnk)O(k \ln k) to min{mmk,k2/3}O(ln2k)\min\left\{\frac{m}{m-k},k^{2/3}\right\} \cdot O(\ln^2 k) -- this is the first sublinear ratio for the problem, and the first polylogarithmic ratio O(ln2k)/ϵO(\ln^2 k)/\epsilon when m(1+ϵ)km \geq (1+\epsilon)k; furthermore, we obtain ratio min{mmk,k}O(ln2k)\min\left\{\frac{m}{m-k},\sqrt{k}\right\} \cdot O(\ln^2 k) for uniform weights. These results are obtained by showing the same ratios for the Subset kk-Connectivity problem when the set TT of terminals is an mm-dominating set with mkm \geq k

    Approximating minimum cost connectivity problems

    Get PDF
    We survey approximation algorithms of connectivity problems. The survey presented describing various techniques. In the talk the following techniques and results are presented. 1)Outconnectivity: Its well known that there exists a polynomial time algorithm to solve the problems of finding an edge k-outconnected from r subgraph [EDMONDS] and a vertex k-outconnectivity subgraph from r [Frank-Tardos] . We show how to use this to obtain a ratio 2 approximation for the min cost edge k-connectivity problem. 2)The critical cycle theorem of Mader: We state a fundamental theorem of Mader and use it to provide a 1+(k-1)/n ratio approximation for the min cost vertex k-connected subgraph, in the metric case. We also show results for the min power vertex k-connected problem using this lemma. We show that the min power is equivalent to the min-cost case with respect to approximation. 3)Laminarity and uncrossing: We use the well known laminarity of a BFS solution and show a simple new proof due to Ravi et al for Jain\u27s 2 approximation for Steiner network
    corecore