Skip to main content

Showing 1–50 of 51 results for author: Halldórsson, M M

.
  1. arXiv:2405.09975  [pdf, other

    cs.DS cs.DC

    Distributed Delta-Coloring under Bandwidth Limitations

    Authors: Yannic Maus, Magnús M. Halldórsson

    Abstract: We consider the problem of coloring graphs of maximum degree $Δ$ with $Δ$ colors in the distributed setting with limited bandwidth. Specifically, we give a $\mathsf{poly}\log\log n$-round randomized algorithm in the CONGEST model. This is close to the lower bound of $Ω(\log \log n)$ rounds from [Brandt et al., STOC '16], which holds also in the more powerful LOCAL model. The core of our algorithm… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  2. arXiv:2405.07725  [pdf, ps, other

    cs.DC cs.DS

    Decentralized Distributed Graph Coloring: Cluster Graphs

    Authors: Maxime Flin, Magnus M. Halldorsson, Alexandre Nolin

    Abstract: Graph coloring is fundamental to distributed computing. We give an ultrafast distributed algorithm for coloring cluster graphs. These graphs are obtained from the underlying communication network by contracting nodes and edges, and they appear frequently as components in the study of distributed algorithms. In particular, we give a $O(\log^* n)$-round algorithm to $Δ+1$-color cluster graphs of at… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    ACM Class: F.2.2

  3. arXiv:2405.07353  [pdf, ps, other

    cs.DS cs.DC

    Distributed Lovász Local Lemma under Bandwidth Limitations

    Authors: Magnús M. Halldórsson, Yannic Maus, Saku Peltonen

    Abstract: The constructive Lovász Local Lemma has become a central tool for designing efficient distributed algorithms. While it has been extensively studied in the classic LOCAL model that uses unlimited bandwidth, much less is known in the bandwidth-restricted CONGEST model. In this paper, we present bandwidth- and time-efficient algorithms for various subclasses of LLL problems, including a large class… ▽ More

    Submitted 12 May, 2024; originally announced May 2024.

  4. arXiv:2308.01359  [pdf, other

    cs.DS cs.DC

    Fast Coloring Despite Congested Relays

    Authors: Maxime Flin, Magnús M. Halldórsson, Alexandre Nolin

    Abstract: We provide a $O(\log^6 \log n)$-round randomized algorithm for distance-2 coloring in CONGEST with $Δ^2+1$ colors. For $Δ\gg\operatorname{poly}\log n$, this improves exponentially on the $O(\logΔ+\operatorname{poly}\log\log n)$ algorithm of [Halldórsson, Kuhn, Maus, Nolin, DISC'20]. Our study is motivated by the ubiquity and hardness of local reductions in CONGEST. For instance, algorithms for t… ▽ More

    Submitted 2 August, 2023; originally announced August 2023.

    Comments: 37 pages. To appear in proceedings of DISC 2023

  5. arXiv:2304.09844  [pdf, ps, other

    cs.DC cs.DS

    Coloring Fast with Broadcasts

    Authors: Maxime Flin, Mohsen Ghaffari, Magnús M. Halldórsson, Fabian Kuhn, Alexandre Nolin

    Abstract: We present an $O(\log^3\log n)$-round distributed algorithm for the $(Δ+1)$-coloring problem, where each node broadcasts only one $O(\log n)$-bit message per round to its neighbors. Previously, the best such broadcast-based algorithm required $O(\log n)$ rounds. If $Δ\in Ω(\log^{3} n)$, our algorithm runs in $O(\log^* n)$ rounds. Our algorithm's round complexity matches state-of-the-art in the muc… ▽ More

    Submitted 19 April, 2023; originally announced April 2023.

    Comments: 42 pages. To appear in proceedings of SPAA 2023

  6. arXiv:2301.06457  [pdf, ps, other

    cs.DC cs.DS

    A Distributed Palette Sparsification Theorem

    Authors: Maxime Flin, Mohsen Ghaffari, Magnús M. Halldórsson, Fabian Kuhn, Alexandre Nolin

    Abstract: The celebrated palette sparsification result of [Assadi, Chen, and Khanna SODA'19] shows that to compute a $Δ+1$ coloring of the graph, where $Δ$ denotes the maximum degree, it suffices if each node limits its color choice to $O(\log n)$ independently sampled colors in $\{1, 2, \dots, Δ+1\}$. They showed that it is possible to color the resulting sparsified graph -- the spanning subgraph with edge… ▽ More

    Submitted 11 April, 2023; v1 submitted 16 January, 2023; originally announced January 2023.

  7. arXiv:2211.07606  [pdf, other

    cs.DS cs.DC

    Fast Distributed Brooks' Theorem

    Authors: Manuela Fischer, Yannic Maus, Magnús M. Halldórsson

    Abstract: We give a randomized $Δ$-coloring algorithm in the LOCAL model that runs in $\text{poly} \log \log n$ rounds, where $n$ is the number of nodes of the input graph and $Δ$ is its maximum degree. This means that randomized $Δ$-coloring is a rare distributed coloring problem with an upper and lower bound in the same ballpark, $\text{poly}\log\log n$, given the known $Ω(\log_Δ\log n)$ lower bound [Bran… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: SODA 2023

  8. arXiv:2208.08119  [pdf, other

    cs.DS cs.DC

    Fast Distributed Vertex Splitting with Applications

    Authors: Magnús M. Halldórsson, Yannic Maus, Alexandre Nolin

    Abstract: We present ${\rm poly\log\log n}$-round randomized distributed algorithms to compute vertex splittings, a partition of the vertices of a graph into $k$ parts such that a node of degree $d(u)$ has $\approx d(u)/k$ neighbors in each part. Our techniques can be seen as the first progress towards general ${\rm poly\log\log n}$-round algorithms for the Lovász Local Lemma. As the main application of o… ▽ More

    Submitted 17 August, 2022; originally announced August 2022.

    Comments: accepted at DISC 2022

  9. arXiv:2205.14478  [pdf, other

    cs.DC cs.DS

    Overcoming Congestion in Distributed Coloring

    Authors: Magnús M. Halldórsson, Alexandre Nolin, Tigran Tonoyan

    Abstract: We present a new technique to efficiently sample and communicate a large number of elements from a distributed sampling space. When used in the context of a recent LOCAL algorithm for $(\operatorname{degree}+1)$-list-coloring (D1LC), this allows us to solve D1LC in $O(\log^5 \log n)$ CONGEST rounds, and in only $O(\log^* n)$ rounds when the graph has minimum degree $Ω(\log^7 n)$, w.h.p. The tech… ▽ More

    Submitted 28 May, 2022; originally announced May 2022.

    Comments: This paper incorporates results from the technical report arXiv:2105.04700 on adapting LOCAL algorithms to CONGEST. This excludes the other results in arXiv:2105.04700, which were refactored in arXiv:2112.00604

  10. arXiv:2112.00604  [pdf, other

    cs.DC cs.DS

    Near-Optimal Distributed Degree+1 Coloring

    Authors: Magnús M. Halldórsson, Fabian Kuhn, Alexandre Nolin, Tigran Tonoyan

    Abstract: We present a new approach to randomized distributed graph coloring that is simpler and more efficient than previous ones. In particular, it allows us to tackle the $(\operatorname{deg}+1)$-list-coloring (D1LC) problem, where each node $v$ of degree $d_v$ is assigned a palette of $d_v+1$ colors, and the objective is to find a proper coloring using these palettes. While for $(Δ+1)$-coloring (where… ▽ More

    Submitted 1 December, 2021; originally announced December 2021.

  11. arXiv:2105.04700  [pdf, other

    cs.DC cs.DS

    Ultrafast Distributed Coloring of High Degree Graphs

    Authors: Magnús M. Halldórsson, Alexandre Nolin, Tigran Tonoyan

    Abstract: We give a new randomized distributed algorithm for the $Δ+1$-list coloring problem. The algorithm and its analysis dramatically simplify the previous best result known of Chang, Li, and Pettie [SICOMP 2020]. This allows for numerous refinements, and in particular, we can color all $n$-node graphs of maximum degree $Δ\ge \log^{2+Ω(1)} n$ in $O(\log^* n)$ rounds. The algorithm works in the CONGEST m… ▽ More

    Submitted 10 May, 2021; originally announced May 2021.

  12. arXiv:2102.04546  [pdf, ps, other

    cs.DC cs.DS

    Superfast Coloring in CONGEST via Efficient Color Sampling

    Authors: Magnús M. Halldórsson, Alexandre Nolin

    Abstract: We present a procedure for efficiently sampling colors in the {\congest} model. It allows nodes whose number of colors exceeds their number of neighbors by a constant fraction to sample up to $Θ(\log n)$ semi-random colors unused by their neighbors in $O(1)$ rounds, even in the distance-2 setting. This yields algorithms with $O(\log^* Δ)$ complexity for different edge-coloring, vertex coloring, an… ▽ More

    Submitted 3 March, 2021; v1 submitted 8 February, 2021; originally announced February 2021.

  13. arXiv:2012.14169  [pdf, other

    cs.DS cs.DC

    Efficient Randomized Distributed Coloring in CONGEST

    Authors: Magnús M. Halldórsson, Fabian Kuhn, Yannic Maus, Tigran Tonoyan

    Abstract: Distributed vertex coloring is one of the classic problems and probably also the most widely studied problems in the area of distributed graph algorithms. We present a new randomized distributed vertex coloring algorithm for the standard CONGEST model, where the network is modeled as an $n$-node graph $G$, and where the nodes of $G$ operate in synchronous communication rounds in which they can exc… ▽ More

    Submitted 11 April, 2021; v1 submitted 28 December, 2020; originally announced December 2020.

  14. Query-Competitive Sorting with Uncertainty

    Authors: Magnús M. Halldórsson, Murilo S. de Lima

    Abstract: We study the problem of sorting under incomplete information, when queries are used to resolve uncertainties. Each of $n$ data items has an unknown value, which is known to lie in a given interval. We can pay a query cost to learn the actual value, and we may allow an error threshold in the sorting. The goal is to find a nearly-sorted permutation by performing a minimum-cost set of queries. We s… ▽ More

    Submitted 14 April, 2021; v1 submitted 17 December, 2020; originally announced December 2020.

    Comments: Partially supported by Icelandic Research Fund grant 174484-051. A preliminary version of this paper appeared in volume 138 of LIPICs, article 7, 2019. DOI: 10.4230/LIPIcs.MFCS.2019.7

    Journal ref: Theoretical Computer Science 867 (2021) 50-67

  15. Query Minimization under Stochastic Uncertainty

    Authors: Steven Chaplick, Magnús M. Halldórsson, Murilo S. de Lima, Tigran Tonoyan

    Abstract: We study problems with stochastic uncertainty information on intervals for which the precise value can be queried by paying a cost. The goal is to devise an adaptive decision tree to find a correct solution to the problem in consideration while minimizing the expected total query cost. We show that, for the sorting problem, such a decision tree can be found in polynomial time. For the problem of f… ▽ More

    Submitted 21 September, 2021; v1 submitted 7 October, 2020; originally announced October 2020.

    Comments: To be published in Theoretical Computer Science. Since the previous version, the time consumption of the sorting algorithm was improved to $\mathrm{O}(n^5)$. Partially supported by Icelandic Research Fund grant 174484-051 and by EPSRC grant EP/S033483/1. A preliminary version of this paper appeared in volume 12118 of LNCS (LATIN 2020), pp. 181--193, 2020. DOI: 10.1007/978-3-030-61792-9_15

  16. arXiv:2008.05374  [pdf, other

    cs.DS

    Tight Bounds on Subexponential Time Approximation of Set Cover and Related Problems

    Authors: Marek Cygan, Magnús M. Halldórsson, Guy Kortsarz

    Abstract: We show that Set Cover on instances with $N$ elements cannot be approximated within $(1-γ)\ln N$-factor in time exp($N^{γ-δ})$, for any $0 < γ< 1$ and any $δ> 0$, assuming the Exponential Time Hypothesis. This essentially matches the best upper bound known by Cygan et al.\ (IPL, 2009) of $(1-γ)\ln N$-factor in time $exp(O(N^γ))$. The lower bound is obtained by extracting a standalone reduction f… ▽ More

    Submitted 12 August, 2020; originally announced August 2020.

  17. arXiv:2008.04303  [pdf, other

    cs.DC cs.DS

    Coloring Fast Without Learning Your Neighbors' Colors

    Authors: Magnus M. Halldorsson, Fabian Kuhn, Yannic Maus, Alexandre Nolin

    Abstract: We give an improved randomized CONGEST algorithm for distance-$2$ coloring that uses $Δ^2+1$ colors and runs in $O(\log n)$ rounds, improving the recent $O(\log Δ\cdot \log n)$-round algorithm in [Halldórsson, Kuhn, Maus; PODC '20]. We then improve the time complexity to $O(\log Δ) + 2^{O(\sqrt{\log\log n})}$.

    Submitted 10 August, 2020; originally announced August 2020.

  18. arXiv:2005.06528  [pdf, ps, other

    cs.DC cs.DS

    Distance-2 Coloring in the CONGEST Model

    Authors: Magnus M. Halldorsson, Fabian Kuhn, Yannic Maus

    Abstract: We give efficient randomized and deterministic distributed algorithms for computing a distance-$2$ vertex coloring of a graph $G$ in the CONGEST model. In particular, if $Δ$ is the maximum degree of $G$, we show that there is a randomized CONGEST model algorithm to compute a distance-$2$ coloring of $G$ with $Δ^2+1$ colors in $O(\logΔ\cdot\log n)$ rounds. Further if the number of colors is slightl… ▽ More

    Submitted 13 May, 2020; originally announced May 2020.

  19. The Capacity of Smartphone Peer-to-Peer Networks

    Authors: Michael Dinitz, Magnús M. Halldórsson, Calvin Newport, Alex Weaver

    Abstract: We study three capacity problems in the mobile telephone model, a network abstraction that models the peer-to-peer communication capabilities implemented in most commodity smartphone operating systems. The capacity of a network expresses how much sustained throughput can be maintained for a set of communication demands, and is therefore a fundamental bound on the usefulness of a network. Because o… ▽ More

    Submitted 7 August, 2019; v1 submitted 5 August, 2019; originally announced August 2019.

  20. arXiv:1806.10964  [pdf, other

    cs.NI cs.DS

    Effective Wireless Scheduling via Hypergraph Sketches

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: An overarching issue in resource management of wireless networks is assessing their capacity: How much communication can be achieved in a network, utilizing all the tools available: power control, scheduling, routing, channel assignment and rate adjustment? We propose the first framework for approximation algorithms in the physical model of wireless interference that addresses these questions in f… ▽ More

    Submitted 28 June, 2018; originally announced June 2018.

    Comments: 38 pages, 2 figures

  21. arXiv:1806.03365  [pdf, other

    cs.DS cs.DC

    Distributed Algorithms for Minimum Degree Spanning Trees

    Authors: Michael Dinitz, Magnús M. Halldórsson, Calvin Newport

    Abstract: The minimum degree spanning tree (MDST) problem requires the construction of a spanning tree $T$ for graph $G=(V,E)$ with $n$ vertices, such that the maximum degree $d$ of $T$ is the smallest among all spanning trees of $G$. In this paper, we present two new distributed approximation algorithms for the MDST problem. Our first result is a randomized distributed algorithm that constructs a spanning… ▽ More

    Submitted 8 June, 2018; originally announced June 2018.

  22. arXiv:1803.04578  [pdf, ps, other

    cs.NI cs.DS

    Spanning Trees With Edge Conflicts and Wireless Connectivity

    Authors: Magnus M. Halldorsson, Guy Kortsarz, Pradipta Mitra, Tigran Tonoyan

    Abstract: We introduce the problem of finding a spanning tree along with a partition of the tree edges into fewest number of feasible sets, where constraints on the edges define feasibility. The motivation comes from wireless networking, where we seek to model the irregularities seen in actual wireless environments. Not all node pairs may be able to communicate, even if geographically close --- thus, the av… ▽ More

    Submitted 12 March, 2018; originally announced March 2018.

    Comments: 19 pages

  23. arXiv:1803.00786  [pdf, ps, other

    cs.DS

    Simple and Local Independent Set Approximation

    Authors: Ravi B. Boppana, Magnús M. Halldórsson, Dror Rawitz

    Abstract: We bound the performance guarantees that follow from Turán-like bounds for unweighted and weighted independent sets in bounded-degree graphs. In particular, a randomized approach of Boppana forms a simple 1-round distributed algorithm, as well as a streaming and preemptive online algorithm. We show it gives a tight $(Δ+1)/2$-approximation in unweighted graphs of maximum degree $Δ$, which is best p… ▽ More

    Submitted 2 March, 2018; originally announced March 2018.

  24. arXiv:1712.03053  [pdf, other

    cs.NI

    Wireless Aggregation at Nearly Constant Rate

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: One of the most fundamental tasks in sensor networks is the computation of a (compressible) aggregation function of the input measurements. What rate of computation can be maintained, by properly choosing the aggregation tree, the TDMA schedule of the tree edges, and the transmission powers? This can be viewed as the convergecast capacity of a wireless network. We show here that the optimal rate i… ▽ More

    Submitted 8 December, 2017; originally announced December 2017.

    Comments: 19 pages, 4 figures

  25. arXiv:1706.05269  [pdf, ps, other

    cs.IT cs.NI

    Wireless Link Capacity under Shadowing and Fading

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: We consider the following basic link capacity (a.k.a., one-shot scheduling) problem in wireless networks: Given a set of communication links, find a maximum subset of links that can successfully transmit simultaneously. Good performance guarantees are known only for deterministic models, such as the physical model with geometric (log-distance) pathloss. We treat this problem under stochastic shado… ▽ More

    Submitted 16 June, 2017; originally announced June 2017.

    Comments: 20 pages. In Mobihoc'17

  26. arXiv:1705.10104  [pdf, other

    cs.NI

    Universal Framework for Wireless Scheduling Problems

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: An overarching issue in resource management of wireless networks is assessing their capacity: How much communication can be achieved in a network, utilizing all the tools available: power control, scheduling, routing, channel assignment and rate adjustment? We propose the first framework for approximation algorithms in the physical model that addresses these questions in full, including rate contr… ▽ More

    Submitted 29 May, 2017; originally announced May 2017.

    Comments: 18 pages, 1 figure. Appeared in Proc. ICALP 2017

  27. arXiv:1605.02474  [pdf, other

    cs.DC

    Data Dissemination in Unified Dynamic Wireless Networks

    Authors: Magnus M. Halldorsson, Tigran Tonoyan, Yuexuan Wang, Dongxiao Yu

    Abstract: We give efficient algorithms for the fundamental problems of Broadcast and Local Broadcast in dynamic wireless networks. We propose a general model of communication which captures and includes both fading models (like SINR) and graph-based models (such as quasi unit disc graphs, bounded-independence graphs, and protocol model). The only requirement is that the nodes can be embedded in a bounded gr… ▽ More

    Submitted 9 May, 2016; originally announced May 2016.

    Comments: 28 pages, 2 figures

  28. arXiv:1604.07182  [pdf, ps, other

    cs.DC

    Leveraging Multiple Channels in Ad Hoc Networks

    Authors: Magnus M. Halldorsson, Yuexuan Wang, Dongxiao Yu

    Abstract: We examine the utility of multiple channels of communication in wireless networks under the SINR model of interference. The central question is whether the use of multiple channels can result in linear speedup, up to some fundamental limit. We answer this question affirmatively for the data aggregation problem, perhaps the most fundamental problem in sensor networks. To achieve this, we form a hie… ▽ More

    Submitted 25 April, 2016; originally announced April 2016.

    Comments: 20 pages, appeared in PODC'15

  29. Max Point-Tolerance Graphs

    Authors: Daniele Catanzaro, Steven Chaplick, Stefan Felsner, Bjarni V. Halldórsson, Magnús M. Halldórsson, Thomas Hixon, Juraj Stacho

    Abstract: A graph $G$ is a \emph{max point-tolerance (MPT)} graph if each vertex $v$ of $G$ can be mapped to a \emph{pointed-interval} $(I_v, p_v)$ where $I_v$ is an interval of $\mathbb{R}$ and $p_v \in I_v$ such that $uv$ is an edge of $G$ iff $I_u \cap I_v \supseteq \{p_u, p_v\}$. MPT graphs model relationships among DNA fragments in genome-wide association studies as well as basic transmission problems… ▽ More

    Submitted 16 August, 2015; originally announced August 2015.

    Comments: Accepted to the Journal of Discrete Applied Mathematics

  30. arXiv:1505.04514  [pdf, other

    cs.DC

    A Local Broadcast Layer for the SINR Network Model

    Authors: Magnus M. Halldorsson, Stephan Holzer, Nancy Lynch

    Abstract: We present the first algorithm that implements an abstract MAC (absMAC) layer in the Signal-to-Interference-plus-Noise-Ratio (SINR) wireless network model. We first prove that efficient SINR implementations are not possible for the standard absMAC specification. We modify that specification to an "approximate" version that better suits the SINR model. We give an efficient algorithm to implement th… ▽ More

    Submitted 18 May, 2015; originally announced May 2015.

  31. arXiv:1502.05279  [pdf, other

    cs.NI cs.DS

    The Price of Local Power Control in Wireless Scheduling

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: We consider the problem of scheduling wireless links in the physical model, where we seek an assignment of power levels and a partition of the given set of links into the minimum number of subsets satisfying the signal-to-interference-and-noise-ratio (SINR) constraints. Specifically, we are interested in the efficiency of local power assignment schemes, or oblivious power schemes, in approximating… ▽ More

    Submitted 18 February, 2015; originally announced February 2015.

    Comments: 23 pages, 2 figures

  32. arXiv:1501.07108  [pdf, other

    math.CO

    Semi-Transitive Orientations and Word-Representable Graphs

    Authors: Magnús M. Halldórsson, Sergey Kitaev, Artem Pyatkin

    Abstract: A graph $G=(V,E)$ is a \emph{word-representable graph} if there exists a word $W$ over the alphabet $V$ such that letters $x$ and $y$ alternate in $W$ if and only if $(x,y)\in E$ for each $x\neq y$. In this paper we give an effective characterization of word-representable graphs in terms of orientations. Namely, we show that a graph is word-representable if and only if it admits a \emph{semi-tra… ▽ More

    Submitted 28 January, 2015; originally announced January 2015.

    Comments: arXiv admin note: text overlap with arXiv:0810.0310

  33. arXiv:1411.1263  [pdf, other

    cs.NI cs.DS

    How Well Can Graphs Represent Wireless Interference?

    Authors: Magnus M. Halldorsson, Tigran Tonoyan

    Abstract: Efficient use of a wireless network requires that transmissions be grouped into feasible sets, where feasibility means that each transmission can be successfully decoded in spite of the interference caused by simultaneous transmissions. Feasibility is most closely modeled by a signal-to-interference-plus-noise (SINR) formula, which unfortunately is conceptually complicated, being an asymmetric, cu… ▽ More

    Submitted 5 November, 2014; originally announced November 2014.

    Comments: 26 pages

  34. arXiv:1402.5003  [pdf, ps, other

    cs.NI cs.DS

    Beyond Geometry : Towards Fully Realistic Wireless Models

    Authors: Marijke H. L. Bodlaender, Magnús M. Halldórsson

    Abstract: Signal-strength models of wireless communications capture the gradual fading of signals and the additivity of interference. As such, they are closer to reality than other models. However, nearly all theoretic work in the SINR model depends on the assumption of smooth geometric decay, one that is true in free space but is far off in actual environments. The challenge is to model realistic environme… ▽ More

    Submitted 20 February, 2014; originally announced February 2014.

  35. arXiv:1401.1723  [pdf, other

    cs.NI

    Wireless Scheduling Algorithms in Complex Environments

    Authors: Helga Gudmundsdottir, Eyjólfur I Ásgeirsson, Marijke H. L. Bodlaender, Joseph T. Foley, Magnús M. Halldórsson, Ymir Vigfusson

    Abstract: Efficient spectrum use in wireless sensor networks through spatial reuse requires effective models of packet reception at the physical layer in the presence of interference. Despite recent progress in analytic and simulations research into worst-case behavior from interference effects, these efforts generally assume geometric path loss and isotropic transmission, assumptions which have not been bo… ▽ More

    Submitted 16 May, 2014; v1 submitted 8 January, 2014; originally announced January 2014.

  36. arXiv:1210.4446  [pdf, other

    cs.NI cs.DC cs.DS

    Wireless Network Stability in the SINR Model

    Authors: Eyjolfur I. Asgeirsson, Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We study the stability of wireless networks under stochastic arrival processes of packets, and design efficient, distributed algorithms that achieve stability in the SINR (Signal to Interference and Noise Ratio) interference model. Specifically, we make the following contributions. We give a distributed algorithm that achieves $Ω(\frac{1}{\log^2 n})$-efficiency on all networks (where $n$ is the… ▽ More

    Submitted 16 October, 2012; originally announced October 2012.

    Comments: 10 pages, appeared in SIROCCO'12

  37. arXiv:1210.3371  [pdf, other

    cs.DS

    The Power of Non-Uniform Wireless Power

    Authors: Magnus M. Halldorsson, Stephan Holzer, Pradipta Mitra, Roger Wattenhofer

    Abstract: We study a fundamental measure for wireless interference in the SINR model known as (weighted) inductive independence. This measure characterizes the effectiveness of using oblivious power --- when the power used by a transmitter only depends on the distance to the receiver --- as a mechanism for improving wireless capacity. We prove optimal bounds for inductive independence, implying a number o… ▽ More

    Submitted 3 October, 2013; v1 submitted 11 October, 2012; originally announced October 2012.

    Comments: Appeared in SODA 2013, 16 pages

  38. arXiv:1207.1836  [pdf, other

    cs.NI cs.DC

    Towards Tight Bounds for Local Broadcasting

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We consider the local broadcasting problem in the SINR model, which is a basic primitive for gathering initial information among $n$ wireless nodes. Assuming that nodes can measure received power, we achieve an essentially optimal constant approximate algorithm (with a $\log^2 n$ additive term). This improves upon the previous best $O(\log n)$-approximate algorithm. Without power measurement, our… ▽ More

    Submitted 16 October, 2012; v1 submitted 7 July, 2012; originally announced July 2012.

    Comments: 15 pages, 1 figure, FOMC 2012, minor edits

  39. arXiv:1205.5164  [pdf, ps, other

    cs.NI cs.DS

    Distributed Connectivity of Wireless Networks

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We consider the problem of constructing a communication infrastructure from scratch, for a collection of identical wireless nodes. Combinatorially, this means a) finding a set of links that form a strongly connected spanning graph on a set of $n$ points in the plane, and b) scheduling it efficiently in the SINR model of interference. The nodes must converge on a solution in a distributed manner, h… ▽ More

    Submitted 16 October, 2012; v1 submitted 23 May, 2012; originally announced May 2012.

    Comments: 17 pages, PODC'12, minor edits

  40. arXiv:1203.3962  [pdf, other

    cs.NI

    A Fully Distributed Algorithm for Throughput Performance in Wireless Networks

    Authors: Eyjolfur I. Asgeirsson, Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We study link scheduling in wireless networks under stochastic arrival processes of packets, and give an algorithm that achieves stability in the physical (SINR) interference model. The efficiency of such an algorithm is the fraction of the maximum feasible traffic that the algorithm can handle without queues growing indefinitely. Our algorithm achieves two important goals: (i) efficiency is indep… ▽ More

    Submitted 18 March, 2012; originally announced March 2012.

    Comments: 9 pages, to appear in CISS 2012

  41. arXiv:1203.0536  [pdf, other

    cs.NI cs.DS

    Algorithms for Wireless Capacity

    Authors: Olga Goussevskaia, Magnús M. Halldórsson, Roger Wattenhofer

    Abstract: In this paper we address two basic questions in wireless communication: First, how long does it take to schedule an arbitrary set of communication requests? Second, given a set of communication requests, how many of them can be scheduled concurrently? Our results are derived in an interference model with geometric path loss and consist of efficient algorithms that find a constant approximation for… ▽ More

    Submitted 2 March, 2012; originally announced March 2012.

  42. arXiv:1202.4326  [pdf, other

    cs.DS

    Space-Constrained Interval Selection

    Authors: Yuval Emek, Magnus M. Halldorsson, Adi Rosen

    Abstract: We study streaming algorithms for the interval selection problem: finding a maximum cardinality subset of disjoint intervals on the line. A deterministic 2-approximation streaming algorithm for this problem is developed, together with an algorithm for the special case of proper intervals, achieving improved approximation ratio of 3/2. We complement these upper bounds by proving that they are essen… ▽ More

    Submitted 11 March, 2015; v1 submitted 20 February, 2012; originally announced February 2012.

    Comments: Revised version

  43. arXiv:1111.5200  [pdf, ps, other

    cs.DS cs.NI

    Wireless Capacity and Admission Control in Cognitive Radio

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We give algorithms with constant-factor performance guarantees for several capacity and throughput problems in the SINR model. The algorithms are all based on a novel LP formulation for capacity problems. First, we give a new constant-factor approximation algorithm for selecting the maximum subset of links that can be scheduled simultaneously, under any non-decreasing and sublinear power assignmen… ▽ More

    Submitted 19 January, 2012; v1 submitted 22 November, 2011; originally announced November 2011.

    Comments: to appear in INFOCOM 2012, 16 pages, 4 fgures

  44. arXiv:1110.0938  [pdf, ps, other

    cs.DS cs.NI

    Wireless Connectivity and Capacity

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: Given $n$ wireless transceivers located in a plane, a fundamental problem in wireless communications is to construct a strongly connected digraph on them such that the constituent links can be scheduled in fewest possible time slots, assuming the SINR model of interference. In this paper, we provide an algorithm that connects an arbitrary point set in $O(\log n)$ slots, improving on the previous… ▽ More

    Submitted 5 October, 2011; originally announced October 2011.

    Comments: to appear in SODA 2012

  45. arXiv:1108.1055  [pdf, ps, other

    cs.DS cs.NI

    Wireless Capacity With Arbitrary Gain Matrix

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: Given a set of wireless links, a fundamental problem is to find the largest subset that can transmit simultaneously, within the SINR model of interference. Significant progress on this problem has been made in recent years. In this note, we study the problem in the setting where we are given a fixed set of arbitrary powers each sender must use, and an arbitrary gain matrix defining how signals fad… ▽ More

    Submitted 4 August, 2011; originally announced August 2011.

    Comments: 8 pages, to appear in ALGOSENSORS 2011

  46. arXiv:1104.5200  [pdf, ps, other

    cs.DS cs.NI

    Nearly Optimal Bounds for Distributed Wireless Scheduling in the SINR Model

    Authors: Magnus M. Halldorsson, Pradipta Mitra

    Abstract: We study the wireless scheduling problem in the SINR model. More specifically, given a set of $n$ links, each a sender-receiver pair, we wish to partition (or \emph{schedule}) the links into the minimum number of slots, each satisfying interference constraints allowing simultaneous transmission. In the basic problem, all senders transmit with the same uniform power. We give a distributed… ▽ More

    Submitted 30 April, 2014; v1 submitted 27 April, 2011; originally announced April 2011.

    Comments: Expanded and improved version of ICALP 2011 conference paper

  47. arXiv:1010.4249  [pdf, ps, other

    cs.DS cs.NI

    Wireless Capacity with Oblivious Power in General Metrics

    Authors: Magnús Már Halldórsson, Pradipta Mitra

    Abstract: The capacity of a wireless network is the maximum possible amount of simultaneous communication, taking interference into account. Formally, we treat the following problem. Given is a set of links, each a sender-receiver pair located in a metric space, and an assignment of power to the senders. We seek a maximum subset of links that are feasible in the SINR model: namely, the signal received on… ▽ More

    Submitted 20 October, 2010; v1 submitted 20 October, 2010; originally announced October 2010.

    Comments: 16 pages, 1 figures (to appear in SODA 2011)

  48. arXiv:1010.3427  [pdf, ps, other

    cs.NI cs.DC cs.DS

    Wireless Scheduling with Power Control

    Authors: Magnus M. Halldorsson

    Abstract: We consider the scheduling of arbitrary wireless links in the physical model of interference to minimize the time for satisfying all requests. We study here the combined problem of scheduling and power control, where we seek both an assignment of power settings and a partition of the links so that each set satisfies the signal-to-interference-plus-noise (SINR) constraints. We give an algorithm t… ▽ More

    Submitted 16 April, 2011; v1 submitted 17 October, 2010; originally announced October 2010.

    Comments: Revised full version

    ACM Class: F.2.2; C.2.1

  49. arXiv:0810.0310  [pdf, ps, other

    math.CO

    On representable graphs, semi-transitive orientations, and the representation numbers

    Authors: Magnus Mar Halldorsson, Sergey Kitaev, Artem Pyatkin

    Abstract: A graph $G=(V,E)$ is representable if there exists a word $W$ over the alphabet $V$ such that letters $x$ and $y$ alternate in $W$ if and only if $(x,y)\in E$ for each $x\neq y$. If $W$ is $k$-uniform (each letter of $W$ occurs exactly $k$ times in it) then $G$ is called $k$-representable. It was shown that a graph is representable if and only if it is $k$-representable for some $k$. Minimum… ▽ More

    Submitted 1 October, 2008; originally announced October 2008.

    Comments: 12 pages, 3 figures

  50. arXiv:0706.1539  [pdf, ps, other

    math.CO

    Vertex coloring acyclic digraphs and their corresponding hypergraphs

    Authors: Geir Agnarsson, Agust Egilsson, Magnus Mar Halldorsson

    Abstract: We consider vertex coloring of an acyclic digraph $\Gdag$ in such a way that two vertices which have a common ancestor in $\Gdag$ receive distinct colors. Such colorings arise in a natural way when bounding space for various genetic data for efficient analysis. We discuss the corresponding {\em down-chromatic number} and derive an upper bound as a function of $D(\Gdag)$, the maximum number of de… ▽ More

    Submitted 11 June, 2007; originally announced June 2007.

    Comments: 15 pages

    MSC Class: 05C15; 05C20