中文
相关论文

相关论文: A parallel algorithm for minimum weight set cover …

200 篇论文

This work is concerned with approximating the smallest eigenvalue of a parameter-dependent Hermitian matrix $A(\mu)$ for many parameter values $\mu \in \mathbb{R}^P$. The design of reliable and efficient algorithms for addressing this task…

数值分析 · 数学 2015-04-24 Petar Sirković , Daniel Kressner

We study the classic set cover problem from the perspective of sub-linear algorithms. Given access to a collection of $m$ sets over $n$ elements in the query model, we show that sub-linear algorithms derived from existing techniques have…

数据结构与算法 · 计算机科学 2019-02-12 Piotr Indyk , Sepideh Mahabadi , Ronitt Rubinfeld , Ali Vakilian , Anak Yodpinyanee

We present new deterministic algorithms for computing distributed weighted minimum weight cycle (MWC) in undirected and directed graphs and distributed weighted all nodes shortest cycle (ANSC) in directed graphs. Our algorithms for these…

分布式、并行与集群计算 · 计算机科学 2023-10-03 Udit Agarwal

We consider the problem of maximizing the lifetime of coverage (MLCP) of targets in a wireless sensor network with battery-limited sensors. We first show that the MLCP cannot be approximated within a factor less than $\ln n$ by any…

网络与互联网体系结构 · 计算机科学 2014-07-01 Vivek Kumar Bagaria , Ashwin Pananjady , Rahul Vaze

Obtaining strong linear relaxations of capacitated covering problems constitute a major technical challenge even for simple settings. For one of the most basic cases, the Knapsack-Cover (Min-Knapsack) problem, the relaxation based on…

数据结构与算法 · 计算机科学 2019-12-30 Andrés Fielbaum , Ignacio Morales , José Verschae

Given a metric space $(F \cup C, d)$, we consider star covers of $C$ with balanced loads. A star is a pair $(f, C_f)$ where $f \in F$ and $C_f \subseteq C$, and the load of a star is $\sum_{c \in C_f} d(f, c)$. In minimum load $k$-star…

数据结构与算法 · 计算机科学 2019-12-04 Buddhima Gamlath , Vadim Grinberg

We study the approximability of instances of the minimum entropy set cover problem, parameterized by the average frequency of a random element in the covering sets. We analyze an algorithm combining a greedy approach with another one biased…

数据结构与算法 · 计算机科学 2012-08-01 Cosmin Bonchis , Gabriel Istrate

Cyclic structures are fundamental topological features in graphs, playing critical roles in network robustness, information flow, community structure, and various dynamic processes. Algorithmic tools that can efficiently probe and analyze…

数据结构与算法 · 计算机科学 2025-12-02 Heman Shakeri , Torben Amtoft , Behnaz Moradi-Jamei , Nathan Albin , Pietro Poggi-Corradini

The {\em maximum cardinality} and {\em maximum weight matching} problems can be solved in time $\tilde{O}(m\sqrt{n})$, a bound that has resisted improvement despite decades of research. (Here $m$ and $n$ are the number of edges and…

数据结构与算法 · 计算机科学 2011-12-06 Ran Duan , Seth Pettie , Hsin-Hao Su

Periodic gossip algorithms have generated a lot of interest due to their ability to compute the global statistics by using local pairwise communications among nodes. Simple execution, robustness to topology changes, and distributed nature…

分布式、并行与集群计算 · 计算机科学 2021-03-31 S. Kouachi , Sateeshkrishna Dhuli , Y. N. Singh

We present the first near-linear work and poly-logarithmic depth algorithm for computing a minimum cut in a graph, while previous parallel algorithms with poly-logarithmic depth required at least quadratic work in the number of vertices. In…

分布式、并行与集群计算 · 计算机科学 2020-07-03 Barbara Geissmann , Lukas Gianinazzi

The problem of finding a minimum vertex cover (MVC) in a graph is a well-known NP-hard problem with significant practical applications in optimization and scheduling. Its complexity, combined with the increasing scale of problems,…

人工智能 · 计算机科学 2025-03-11 Enqiang Zhu , Qiqi Bao , Yu Zhang , Chanjuan Liu

Given a line segment $I=[0,L]$, the so-called barrier, and a set of $n$ sensors with varying ranges positioned on the line containing $I$, the barrier coverage problem is to move the sensors so that they cover $I$, while minimising the…

数据结构与算法 · 计算机科学 2017-10-02 Serge Gaspers , Joachim Gudmundsson , Julián Mestre , Stefan Rümmele

We present an implementation and an experimental evaluation of an algorithm that, given a connected graph G (represented by adjacency lists), estimates in sublinear time, with a relative error, the Minimum Spanning Tree Weight of G; the…

数据结构与算法 · 计算机科学 2017-01-30 Gabriele Santi , Leonardo De Laurentiis

Our main result is designing an algorithm that returns a vertex cover of $\mathcal{G}^\star$ with size at most $(3/2+\epsilon)$ times the expected size of the minimum vertex cover, using only $O(n/\epsilon p)$ non-adaptive queries. This…

数据结构与算法 · 计算机科学 2023-02-07 Mahsa Derakhshan , Naveen Durvasula , Nika Haghtalab

In this paper, we present an improved approximation algorithm for three related problems. In the Minimum Sum of Radii clustering problem (MSR), we aim to select $k$ balls in a metric space to cover all points while minimizing the sum of the…

数据结构与算法 · 计算机科学 2024-12-24 Zachary Friggstad , Mahya Jamshidian

A number of optimal decision problems with uncertainty can be formulated into a stochastic optimal control framework. The Least-Squares Monte Carlo (LSMC) algorithm is a popular numerical method to approach solutions of such stochastic…

计算金融 · 定量金融 2019-01-23 Zhiyi Shen , Chengguo Weng

The objective of this study is to address the problem of background/foreground separation with missing pixels by combining the video acquisition, video recovery, background/foreground separation into a single framework. To achieve this, a…

计算机视觉与模式识别 · 计算机科学 2022-04-12 Bo Shen , Weijun Xie , Zhenyu Kong

In this paper, we study the lower- and upper-bounded covering (LUC) problem, where we are given a set $P$ of $n$ points, a collection $\mathcal{B}$ of balls, and parameters $L$ and $U$. The goal is to find a minimum-sized subset…

数据结构与算法 · 计算机科学 2020-09-22 Sayan Bandyapadhyay , Aniket Basu Roy

In this paper we present linear time approximation schemes for several generalized matching problems on nonbipartite graphs. Our results include $O_\epsilon(m)$-time algorithms for $(1-\epsilon)$-maximum weight $f$-factor and…

数据结构与算法 · 计算机科学 2020-05-11 Dawei Huang , Seth Pettie