中文
相关论文

相关论文: A Network-Flow Technique for Finding Low-Weight Bo…

200 篇论文

Prize-Collecting Steiner Tree (PCST) is a generalization of the Steiner Tree problem, a fundamental problem in computer science. In the classic Steiner Tree problem, we aim to connect a set of vertices known as terminals using the…

数据结构与算法 · 计算机科学 2024-05-08 Ali Ahmadi , Iman Gholami , MohammadTaghi Hajiaghayi , Peyman Jabbarzade , Mohammad Mahdavi

We study the variant of the Euclidean Traveling Salesman problem where instead of a set of points, we are given a set of lines as input, and the goal is to find the shortest tour that visits each line. The best known upper and lower bounds…

数据结构与算法 · 计算机科学 2024-04-23 Antonios Antoniadis , Sándor Kisfaludi-Bak , Bundit Laekhanukit , Daniel Vaz

We develop fast approximation algorithms for the minimum-cost version of the Bounded-Degree MST problem (BD-MST) and its generalization the Crossing Spanning Tree problem (Crossing-ST). We solve the underlying LP to within a $(1+\epsilon)$…

数据结构与算法 · 计算机科学 2021-05-19 Chandra Chekuri , Kent Quanrud , Manuel R. Torres

We consider the polyhedral properties of two spanning tree problems with additional constraints. In the first problem, it is required to find a tree with a minimum sum of edge weights among all spanning trees with the number of leaves less…

组合数学 · 数学 2018-02-16 Vladimir Bondarenko , Andrei Nikolaev , Dzhambolet Shovgenov

We consider the problem of finding a spanning tree with maximum number of leaves (MaxLeaf). A 2-approximation algorithm is known for this problem, and a 3/2-approximation algorithm when restricted to graphs where every vertex has degree 3…

离散数学 · 计算机科学 2009-12-02 Paul Bonsma

In a geometric network G = (S, E), the graph distance between two vertices u, v in S is the length of the shortest path in G connecting u to v. The dilation of G is the maximum factor by which the graph distance of a pair of vertices…

计算几何 · 计算机科学 2007-05-23 Otfried Cheong , Herman Haverkort , Mira Lee

We study the noise sensitivity of the minimum spanning tree (MST) of the $n$-vertex complete graph when edges are assigned independent random weights. It is known that when the graph distance is rescaled by $n^{1/3}$ and vertices are given…

概率论 · 数学 2024-11-20 Omer Israeli , Yuval Peled

Given an undirected graph $G = (V, E)$ and a weight function $w:E \to \mathbb{R}$, the \textsc{Minimum Dominating Tree} problem asks to find a minimum weight sub-tree of $G$, $T = (U, F)$, such that every $v \in V \setminus U$ is adjacent…

计算复杂性 · 计算机科学 2018-02-14 Gilad Kutiel

We study budget constrained network upgradeable problems. We are given an undirected edge weighted graph $G=(V,E)$ where the weight an edge $e \in E$ can be upgraded for a cost $c(e)$. Given a budget $B$ for improvement, the goal is to find…

数据结构与算法 · 计算机科学 2014-12-12 Debjyoti Saharoy , Sandeep Sen

We address here spanning tree problems on a graph with binary edge weights. For a general weighted graph the minimum spanning tree is solved in super-linear running time, even when the edges of the graph are pre-sorted. A related problem,…

数据结构与算法 · 计算机科学 2024-01-17 Dorit S. Hochbaum

The Directed Traveling Salesman Problem (DTSP) is a variant of the classical Traveling Salesman Problem in which the edges in the graph are directed and a vertex and edge can be visited multiple times. The goal is to find a directed closed…

数据结构与算法 · 计算机科学 2025-09-17 Václav Blažej , Andreas Emil Feldmann , Foivos Fioravantes , Paweł Rzążewski , Ondřej Suchý

Let be given a graph $G=(V,E)$ whose edge set is partitioned into a set $R$ of \emph{red} edges and a set $B$ of \emph{blue} edges, and assume that red edges are weighted and form a spanning tree of $G$. Then, the \emph{Stackelberg Minimum…

计算机科学与博弈论 · 计算机科学 2014-07-07 Davide Bilò , Luciano Gualà , Stefano Leucci , Guido Proietti

Given a directed graph $G$ with arbitrary real-valued weights, the single source shortest-path problem (SSSP) asks for, given a source $s$ in $G$, finding a shortest path from $s$ to each vertex $v$ in $G$. A classical SSSP algorithm…

数据结构与算法 · 计算机科学 2019-03-06 Sanjiang Li , Yongming Li

In this paper the minimum spanning tree problem with uncertain edge costs is discussed. In order to model the uncertainty a discrete scenario set is specified and a robust framework is adopted to choose a solution. The min-max, min-max…

计算复杂性 · 计算机科学 2010-04-19 Adam Kasperski , Pawel Zielinski

We study the problem of detecting and recovering a planted spanning tree $M_n^*$ hidden within a complete, randomly weighted graph $G_n$. Specifically, each edge $e$ has a non-negative weight drawn independently from $P_n$ if $e \in M_n^*$…

数据结构与算法 · 计算机科学 2025-07-08 Mehrdad Moharrami , Cristopher Moore , Jiaming Xu

We consider the bilevel minimum spanning tree (BMST) problem where the leader and the follower choose a spanning tree together, according to different objective functions. By showing that this problem is NP-hard in general, we answer an…

数据结构与算法 · 计算机科学 2022-09-14 Christoph Buchheim , Dorothee Henke , Felix Hommelsheim

A tree $\sigma$-spanner of a positively real-weighted $n$-vertex and $m$-edge undirected graph $G$ is a spanning tree $T$ of $G$ which approximately preserves (i.e., up to a multiplicative stretch factor $\sigma$) distances in $G$. Tree…

数据结构与算法 · 计算机科学 2017-10-05 Davide Bilò , Feliciano Colella , Luciano Gualà , Stefano Leucci , Guido Proietti

In the Group Steiner Tree problem (GST), we are given a (vertex or edge)-weighted graph $G=(V,E)$ on $n$ vertices, a root vertex $r$ and a collection of groups $\{S_i\}_{i\in[h]}: S_i\subseteq V(G)$. The goal is to find a min-cost subgraph…

数据结构与算法 · 计算机科学 2018-03-01 Parinya Chalermsook , Syamantak Das , Guy Even , Bundit Laekhanukit , Daniel Vaz

Minimum Bisection denotes the NP-hard problem to partition the vertex set of a graph into two sets of equal sizes while minimizing the width of the bisection, which is defined as the number of edges between these two sets. We first consider…

组合数学 · 数学 2017-08-23 Cristina G. Fernandes , Tina Janne Schmidt , Anusch Taraz

An algorithm is proposed for constructing directed spanning forests of the minimum weight, in which the maximum possible degree of affinity between the minimum forests is preserved when the number of trees changes. The correctness of the…

组合数学 · 数学 2025-02-18 Vasily Buslov