中文
相关论文

相关论文: k-Edge-Connectivity: Approximation and LP Relaxati…

200 篇论文

In the spanning tree congestion problem, given a connected graph $G$, the objective is to compute a spanning tree $T$ in $G$ that minimizes its maximum edge congestion, where the congestion of an edge $e$ of $T$ is the number of edges in…

计算复杂性 · 计算机科学 2023-07-12 Huong Luu , Marek Chrobak

We consider the k-outconnected directed Steiner tree problem (k-DST). Given a directed edge-weighted graph $G=(V,E,w)$, where $V=\{r\}\cup S \cup T$, and an integer $k$, the goal is to find a minimum cost subgraph of $G$ in which there are…

数据结构与算法 · 计算机科学 2024-07-11 Sarel Cohen , Lior Kamma , Aikaterini Niklanovits

A popular model to measure network stability is the $k$-core, that is the maximal induced subgraph in which every vertex has degree at least $k$. For example, $k$-cores are commonly used to model the unraveling phenomena in social networks.…

数据结构与算法 · 计算机科学 2020-07-08 Fedor V. Fomin , Danil Sagunov , Kirill Simonov

Given a graph $G=(V,E)$ and a set $T=\{ (s_i, t_i) : 1\leq i\leq k \}\subseteq V\times V$ of $k$ pairs, the $k$-vertex-disjoint-paths (resp. $k$-edge-disjoint-paths) problem asks to determine whether there exist~$k$ pairwise vertex-disjoint…

数据结构与算法 · 计算机科学 2024-08-08 Rajesh Chitnis , Samuel Thomas , Anthony Wirth

It has long been known, since the classical work of (Arora, Karger, Karpinski, JCSS~99), that \MC\ admits a PTAS on dense graphs, and more generally, \kCSP\ admits a PTAS on "dense" instances with $\Omega(n^k)$ constraints. In this paper we…

计算复杂性 · 计算机科学 2015-07-17 Dimitris Fotakis , Michael Lampis , Vangelis Th. Paschos

We design and analyse approximation algorithms for the minimum-cost connected T-join problem: given an undirected graph G = (V;E) with nonnegative costs on the edges, and a subset of nodes T, find (if it exists) a spanning connected…

数据结构与算法 · 计算机科学 2012-07-25 Joseph Cheriyan , Zachary Friggstad , Zhihan Gao

For an edge-weighted connected undirected graph, the minimum $k$-way cut problem is to find a subset of edges of minimum total weight whose removal separates the graph into $k$ connected components. The problem is NP-hard when $k$ is part…

数据结构与算法 · 计算机科学 2008-11-25 Mingyu Xiao , Leizhen Cai , Andrew C. Yao

The Weighted Tree Augmentation Problem (WTAP) is a fundamental well-studied problem in the field of network design. Given an undirected tree $G=(V,E)$, an additional set of edges $L \subseteq V\times V$ disjoint from $E$ called…

数据结构与算法 · 计算机科学 2016-09-16 David Adjiashvili

We consider the following NP-hard problem: in a weighted graph, find a minimum cost set of vertices whose removal leaves a graph in which no two cycles share an edge. We obtain a constant-factor approximation algorithm, based on the…

数据结构与算法 · 计算机科学 2015-05-14 Samuel Fiorini , Gwenaël Joret , Ugo Pietropaoli

Two kinds of approximation algorithms exist for the k-BALANCED PARTITIONING problem: those that are fast but compute unsatisfying approximation ratios, and those that guarantee high quality ratios but are slow. In this paper we prove that…

计算复杂性 · 计算机科学 2019-04-29 Andreas Emil Feldmann

This paper discusses the shortest path problem in a general directed graph with $n$ nodes and $K$ cost scenarios (objectives). In order to choose a solution, the min-max criterion is applied. The min-max version of the problem is hard to…

数据结构与算法 · 计算机科学 2024-09-18 Adam Kasperski , Pawel Zielinski

Consider a random graph model where each possible edge $e$ is present independently with some probability $p_e$. Given these probabilities, we want to build a large/heavy matching in the randomly generated graph. However, the only way we…

数据结构与算法 · 计算机科学 2010-09-01 Nikhil Bansal , Anupam Gupta , Jian Li , Julian Mestre , Viswanath Nagarajan , Atri Rudra

We study the approximability of multiway partitioning problems, examples of which include Multiway Cut, Node-weighted Multiway Cut, and Hypergraph Multiway Cut. We investigate these problems from the point of view of two possible…

数据结构与算法 · 计算机科学 2015-03-16 Alina Ene , Jan Vondrak , Yi Wu

The Tree Augmentation Problem (TAP) is a fundamental network design problem in which we are given a tree and a set of additional edges, also called \emph{links}. The task is to find a set of links, of minimum size, whose addition to the…

数据结构与算法 · 计算机科学 2018-04-09 Fabrizio Grandoni , Christos Kalaitzis , Rico Zenklusen

In this paper, we study the weighted stochastic matching problem. Let $G=(V, E)$ be a given edge-weighted graph and let its realization $\mathcal{G}$ be a random subgraph of $G$ that includes each edge $e\in E$ independently with a known…

数据结构与算法 · 计算机科学 2023-11-16 Mahsa Derakhshan , Mohammad Saneian

We consider the approximability of the maximum edge-disjoint paths problem (MEDP) in undirected graphs, and in particular, the integrality gap of the natural multicommodity flow based relaxation for it. The integrality gap is known to be…

离散数学 · 计算机科学 2013-03-21 Chandra Chekuri , Guyslain Naves , F. Bruce Shepherd

The connection between the maximum spanning tree in a directed graph and the best dependency tree of a sentence has been exploited by the NLP community. However, for many dependency parsing schemes, an important detail of this approach is…

计算与语言 · 计算机科学 2021-06-03 Ran Zmigrod , Tim Vieira , Ryan Cotterell

In the Survivable Network Design Problem (SNDP), the input is an edge-weighted (di)graph $G$ and an integer $r_{uv}$ for every pair of vertices $u,v\in V(G)$. The objective is to construct a subgraph $H$ of minimum weight which contains…

数据结构与算法 · 计算机科学 2017-01-12 Manu Basavaraju , Pranabendu Misra , M. S. Ramanujan , Saket Saurabh

A k-tree is either a complete graph on (k+1) vertices or given a k-tree G' with n vertices, a k-tree G with (n+1) vertices can be constructed by introducing a new vertex v and picking a k-clique Q in G' and then joining each vertex u in Q.…

离散数学 · 计算机科学 2011-03-25 Suresh Badarla , R Rama

The Steiner Forest problem is an important generalization of the Steiner Tree problem. We are given an undirected graph with nonnegative edge costs and a collection of pairs of vertices. The task is to compute a cheapest forest with the…

数据结构与算法 · 计算机科学 2024-12-10 Jarosław Byrka , Fabrizio Grandoni , Vera Traub