中文
相关论文

相关论文: Beeping a Maximal Independent Set

200 篇论文

The maximum independent set (MIS) problem is a well-studied combinatorial optimization problem that naturally arises in many applications, such as wireless communication, information theory and statistical mechanics. MIS problem is NP-hard,…

离散数学 · 计算机科学 2015-04-20 Rémi Varloot , Ana Bušić , Anne Bouillard

We consider the problem of detecting the overlap between a pair of short fragments sampled in random locations from an exponentially longer sequence, via their possibly noisy reads. We consider a noiseless setting, in which the reads are…

信息论 · 计算机科学 2025-02-20 Nir Luria , Nir Weinberger

In computational biology, $k$-mers and edit distance are fundamental concepts. However, little is known about the metric space of all $k$-mers equipped with the edit distance. In this work, we explore the structure of the $k$-mer space by…

数据结构与算法 · 计算机科学 2023-03-21 Leran Ma , Ke Chen , Mingfu Shao

Neighbor discovery is a fundamental task for wireless networks deployment. It is essential for setup and maintenance of networks and is typically a precondition for further communication. In this work we focus on passive discovery of…

网络与互联网体系结构 · 计算机科学 2015-06-18 Niels Karowski , Konstantin Miller

This paper deals with the maximum independent set (M.I.S.) problem, also known as the stable set problem. The basic mathematical programming model that captures this problem is an Integer Program (I.P.) with zero-one variables $x_j$ and…

数据结构与算法 · 计算机科学 2023-12-21 Prabhu Manyem

We present a randomized Local Computation Algorithm (LCA) with query complexity $poly(\Delta) \cdot \log n$ for the Maximal Independent Set (MIS) problem. That is, the algorithm determines whether each node is in the computed MIS or not…

数据结构与算法 · 计算机科学 2022-10-04 Mohsen Ghaffari

We present a simple distributed $\Delta$-approximation algorithm for maximum weight independent set (MaxIS) in the $\mathsf{CONGEST}$ model which completes in $O(\texttt{MIS}(G)\cdot \log W)$ rounds, where $\Delta$ is the maximum degree,…

分布式、并行与集群计算 · 计算机科学 2017-08-02 Reuven Bar-Yehuda , Keren Censor-Hillel , Mohsen Ghaffari , Gregory Schwartzman

We investigate a special case of hereditary property that we refer to as {\em robustness}. A property is {\em robust} in a given graph if it is inherited by all connected spanning subgraphs of this graph. We motivate this definition in…

分布式、并行与集群计算 · 计算机科学 2017-03-10 Arnaud Casteigts , Swan Dubois , Franck Petit , John Michael Robson

We consider wireless networks operating under the SINR model of interference. Nodes have limited individual knowledge and capabilities: they do not know their positions in a coordinate system in the plane, further they do not know their…

分布式、并行与集群计算 · 计算机科学 2021-06-15 Bogdan S. Chlebus , Dariusz R. Kowalski , Shailesh Vaya

We consider the problem of quickest event detection with sleep-wake scheduling in small extent wireless sensor networks in which, at each time slot, each sensor node in the awake state observes a sample and communicates the information to…

网络与互联网体系结构 · 计算机科学 2011-05-31 Premkumar Karumbu , Anurag Kumar

In algorithmic graph theory, a classic open question is to determine the complexity of the Maximum Independent Set problem on $P_t$-free graphs, that is, on graphs not containing any induced path on $t$ vertices. So far, polynomial-time…

数据结构与算法 · 计算机科学 2018-04-12 Gábor Bacsó , Daniel Lokshtanov , Dániel Marx , Marcin Pilipczuk , Zsolt Tuza , Erik Jan van Leeuwen

Finding a maximum independent set (MIS) of a given fam- ily of axis-parallel rectangles is a basic problem in computational geom- etry and combinatorics. This problem has attracted significant atten- tion since the sixties, when Wegner…

计算几何 · 计算机科学 2016-11-25 José R. Correa , Laurent Feuilloley , Pablo Pérez-Lantero , José A. Soto

We show how to construct an overlay network of constant degree and diameter $O(\log n)$ in time $O(\log n)$ starting from an arbitrary weakly connected graph. We assume a synchronous communication network in which nodes can send messages to…

分布式、并行与集群计算 · 计算机科学 2021-07-28 Thorsten Götte , Kristian Hinnenthal , Christian Scheideler , Julian Werthmann

We study the problem of wireless sensor network design by deploying a minimum number of additional relay nodes (to minimize network cost) at a subset of given potential relay locations, in order to convey the data from already existing…

网络与互联网体系结构 · 计算机科学 2014-04-23 Abhijit Bhattacharya , Anurag Kumar

Two of the most fundamental distributed symmetry-breaking problems are that of finding a maximal independent set (MIS) and a maximal matching (MM) in a graph. It is a major open question whether these problems can be solved in constant…

分布式、并行与集群计算 · 计算机科学 2025-03-03 Keren Censor-Hillel , Tomer Even , Maxime Flin , Magnús M. Halldórsson

The identification of local modules in dynamic networks with known topology has recently been addressed by formulating conditions for arriving at consistent estimates of the module dynamics, under the assumption of having disturbances that…

系统与控制 · 电气工程与系统科学 2020-11-03 Karthik R. Ramaswamy , Paul M. J. Van den Hof

We study the Maximum Independent Set (MIS) problem under the notion of stability introduced by Bilu and Linial (2010): a weighted instance of MIS is $\gamma$-stable if it has a unique optimal solution that remains the unique optimum under…

数据结构与算法 · 计算机科学 2021-11-30 Haris Angelidakis , Pranjal Awasthi , Avrim Blum , Vaggos Chatziafratis , Chen Dan

Broadcast is a ubiquitous distributed computing problem that underpins many other system tasks. In static, connected networks, it was recently shown that broadcast is solvable without any node memory and only constant-size messages in…

分布式、并行与集群计算 · 计算机科学 2024-07-16 Garrett Parzych , Joshua J. Daymude

We give an $O^*(1.0821^n)$-time, polynomial space algorithm for computing Maximum Independent Set in graphs with bounded degree 3. This improves all the previous running time bounds known for the problem.

数据结构与算法 · 计算机科学 2022-06-20 Davis Issac , Ragesh Jaiswal

In a number of practical scenarios a wireless device needs to mark its presence, for instance, to some access point. That enables the access point to assign the device its transmission slot or update the count of the network nodes. Many…