中文
相关论文

相关论文: Simplex based Steiner tree instances yield large i…

200 篇论文

The Directed Steiner Tree (DST) problem is defined on a directed graph $G=(V,E)$, where we are given a designated root vertex $r$ and a set of $k$ terminals $K \subseteq V \setminus {r}$. The goal is to find a minimum-cost subgraph that…

数据结构与算法 · 计算机科学 2025-10-13 Bundit Laekhanukit

Finding the exact integrality gap $\alpha$ for the LP relaxation of the 2-edge-connected spanning multigraph problem (2EC) is closely related to the same problem for the Held-Karp relaxation of the metric traveling salesman problem (TSP).…

离散数学 · 计算机科学 2021-08-19 Arash Haddadan , Alantha Newman

Karger used spanning tree packings to derive a near linear-time randomized algorithm for the global minimum cut problem as well as a bound on the number of approximate minimum cuts. This is a different approach from his well-known random…

数据结构与算法 · 计算机科学 2018-08-20 Chandra Chekuri , Kent Quanrud , Chao Xu

This paper develops new semidefinite programming (SDP) relaxation techniques for two classes of mixed binary quadratically constrained quadratic programs (MBQCQP) and analyzes their approximation performance. The first class of problem…

最优化与控制 · 数学 2014-03-18 Zi Xu , Mingyi Hong

The corner polyhedron is described by minimal valid inequalities from maximal lattice-free convex sets. For the Relaxed Corner Polyhedron (RCP) with two free integer variables and any number of non-negative continuous variables, it is known…

最优化与控制 · 数学 2012-04-10 Yogesh P. Awate

We study two problems that seek a subtree $T$ of a graph $G=(V,E)$ such that $T$ satisfies a certain property and has minimal maximum degree. - In the Min-Degree Group Steiner Tree problem we are given a collection ${\cal S}$ of groups…

数据结构与算法 · 计算机科学 2019-10-29 Guy Kortsarz , Zeev Nutov

We study the Directed Steiner Tree (DST) problem in layered graphs through a simple path-based linear programming relaxation. This relaxation achieves an integrality gap of O(l log k), where k is the number of terminals and l is the number…

数据结构与算法 · 计算机科学 2026-03-04 Kanstantsin Pashkovich , Marta Pozzi , Laura Sanità

We study the following two maximization problems related to spanning trees in the Euclidean plane. It is not known whether or not these problems are NP-hard. We present approximation algorithms with better approximation ratios for both…

计算几何 · 计算机科学 2020-10-09 Ahmad Biniaz

Binary Integer Programming (BIP) problems are of interest due in part to the difficulty they pose and because of their various applications, including those in graph theory, combinatorial optimization and network optimization. In this note,…

最优化与控制 · 数学 2012-08-21 Pietro Paparella

Binary trust-region steepest descent (BTR) and combinatorial integral approximation (CIA) are two recently investigated approaches for the solution of optimization problems with distributed binary-/discrete-valued variables (control…

最优化与控制 · 数学 2024-02-14 Paul Manns , Mirko Hahn , Christian Kirches , Sven Leyffer , Sebastian Sager

The basic goal of survivable network design is to build a cheap network that maintains the connectivity between given sets of nodes despite the failure of a few edges/nodes. The Connectivity Augmentation Problem (CAP) is arguably one of the…

数据结构与算法 · 计算机科学 2019-11-11 Jarosław Byrka , Fabrizio Grandoni , Afrouz Jabal Ameli

Many computer vision problems can be formulated as binary quadratic programs (BQPs). Two classic relaxation methods are widely used for solving BQPs, namely, spectral methods and semidefinite programming (SDP), each with their own…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Peng Wang , Chunhua Shen , Anton van den Hengel

We study the Requirement Cut problem, a generalization of numerous classical graph partitioning problems including Multicut, Multiway Cut, $k$-Cut, and Steiner Multicut among others. Given a graph with edge costs, terminal groups $(S_1,…

数据结构与算法 · 计算机科学 2025-11-25 Nadym Mallek , Kirill Simonov

Steiner Tree Problem (STP) in graphs aims to find a tree of minimum weight in the graph that connects a given set of vertices. It is a classic NP-hard combinatorial optimization problem and has many real-world applications (e.g., VLSI chip…

机器学习 · 计算机科学 2021-11-23 Haizhou Du , Zong Yan , Qiao Xiang , Qinqing Zhan

In the Directed Steiner Tree (DST) problem, we are given a directed graph $G=(V,E)$ on $n$ vertices with edge-costs $c \in \mathbb{R}_{\geq 0}^E$, a root vertex $r \in V$, and a set $K \subseteq V \setminus \{r\}$ of $k$ terminals. The goal…

数据结构与算法 · 计算机科学 2022-11-14 Shi Li , Bundit Laekhanukit

The best algorithm for approximating Steiner tree has performance ratio $\ln(4)+\epsilon \approx 1.386$ [J. Byrka et al., \textit{Proceedings of the 42th Annual ACM Symposium on Theory of Computing (STOC)}, 2010, pp. 583-592], whereas the…

计算复杂性 · 计算机科学 2017-02-21 Ali Çivril

In computer vision, many problems such as image segmentation, pixel labelling, and scene parsing can be formulated as binary quadratic programs (BQPs). For submodular problems, cuts based methods can be employed to efficiently solve…

计算机视觉与模式识别 · 计算机科学 2016-11-17 Peng Wang , Chunhua Shen , Anton van den Hengel , Philip H. S. Torr

In the multiway cut problem, we are given an undirected graph with non-negative edge weights and a collection of $k$ terminal nodes, and the goal is to partition the node set of the graph into $k$ non-empty parts each containing exactly one…

数据结构与算法 · 计算机科学 2018-11-22 Kristóf Bérczi , Karthekeyan Chandrasekaran , Tamás Király , Vivek Madan

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 develop a new framework for generalizing approximation algorithms from the structural graph algorithm literature so that they apply to graphs somewhat close to that class (a scenario we expect is common when working with real-world…