Skip to main content

Showing 1–14 of 14 results for author: Sgall, J

.
  1. arXiv:2407.08376  [pdf, other

    cs.DS

    Improved online load balancing with known makespan

    Authors: Martin Böhm, Matej Lieskovský, Sören Schmitt, Jiří Sgall, Rob van Stee

    Abstract: We break the barrier of $3/2$ for the problem of online load balancing with known makespan, also known as bin stretching. In this problem, $m$ identical machines and the optimal makespan are given. The load of a machine is the total size of all the jobs assigned to it and the makespan is the maximum load of all the machines. Jobs arrive online and the goal is to assign each job to a machine while… ▽ More

    Submitted 11 July, 2024; originally announced July 2024.

    Comments: 43 pages, 4 figures

  2. arXiv:2311.02224  [pdf, other

    cs.DS

    Structural Properties of Search Trees with 2-way Comparisons

    Authors: Sunny Atalig, Marek Chrobak, Erfan Mousavian, Jiri Sgall, Pavel Vesely

    Abstract: Optimal 3-way comparison search trees (3WCST's) can be computed using standard dynamic programming in time O(n^3), and this can be further improved to O(n^2) by taking advantage of the Monge property. In contrast, the fastest algorithm in the literature for computing optimal 2-way comparison search trees (2WCST's) runs in time O(n^4). To shed light on this discrepancy, we study structure propertie… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

  3. arXiv:2107.00145  [pdf, ps, other

    cs.DS

    Improved Analysis of Online Balanced Clustering

    Authors: Marcin Bienkowski, Martin Böhm, Martin Koutecký, Thomas Rothvoß, Jiří Sgall, Pavel Veselý

    Abstract: In the online balanced graph repartitioning problem, one has to maintain a clustering of $n$ nodes into $\ell$ clusters, each having $k = n / \ell$ nodes. During runtime, an online algorithm is given a stream of communication requests between pairs of nodes: an inter-cluster communication costs one unit, while the intra-cluster communication is free. An algorithm can change the clustering, paying… ▽ More

    Submitted 24 August, 2021; v1 submitted 30 June, 2021; originally announced July 2021.

  4. A $φ$-Competitive Algorithm for Scheduling Packets with Deadlines

    Authors: Pavel Veselý, Marek Chrobak, Łukasz Jeż, Jiří Sgall

    Abstract: In the online packet scheduling problem with deadlines (PacketSchD, for short), the goal is to schedule transmissions of packets that arrive over time in a network switch and need to be sent across a link. Each packet has a deadline, representing its urgency, and a non-negative weight, that represents its priority. Only one packet can be transmitted in any time slot, so if the system is overloaded… ▽ More

    Submitted 20 October, 2023; v1 submitted 18 July, 2018; originally announced July 2018.

    Comments: Final version of the article, as it existed immediately prior to editing and production by SIAM and being published in SIAM Journal on Computing, published with SIAM's permission

    MSC Class: 68W27 ACM Class: F.2.2

    Journal ref: SIAM J. Comput. 51(5): 1626-1691 (2022)

  5. arXiv:1705.07018  [pdf, other

    cs.DS

    On Packet Scheduling with Adversarial Jamming and Speedup

    Authors: Martin Böhm, Łukasz Jeż, Jiří Sgall, Pavel Veselý

    Abstract: In Packet Scheduling with Adversarial Jamming packets of arbitrary sizes arrive over time to be transmitted over a channel in which instantaneous jamming errors occur at times chosen by the adversary and not known to the algorithm. The transmission taking place at the time of jamming is corrupt, and the algorithm learns this fact immediately. An online algorithm maximizes the total size of packets… ▽ More

    Submitted 6 August, 2018; v1 submitted 19 May, 2017; originally announced May 2017.

    Comments: Appeared in Proc. of the 15th Workshop on Approximation and Online Algorithms (WAOA 2017)

    ACM Class: F.2.2

  6. arXiv:1610.04915  [pdf, other

    cs.DS

    Logarithmic price of buffer downscaling on line metrics

    Authors: Marcin Bienkowski, Martin Böhm, Łukasz Jeż, Paweł Laskoś-Grabowski, Jan Marcinkowski, Jiří Sgall, Aleksandra Spyra, Pavel Veselý

    Abstract: We consider the reordering buffer problem on a line consisting of n equidistant points. We show that, for any constant delta, an (offline) algorithm that has a buffer (1-delta) k performs worse by a factor of Omega(log n) than an offline algorithm with buffer k. In particular, this demonstrates that the O(log n)-competitive online algorithm MovingPartition by Gamzu and Segev (ACM Trans. on Algorit… ▽ More

    Submitted 22 July, 2017; v1 submitted 16 October, 2016; originally announced October 2016.

    MSC Class: 68W01; 68W05; 68W40; 68Q25

  7. arXiv:1606.09395  [pdf, other

    cs.DS

    Online Packet Scheduling with Bounded Delay and Lookahead

    Authors: Martin Böhm, Marek Chrobak, Łukasz Jeż, Fei Li, Jiří Sgall, Pavel Veselý

    Abstract: We study the online bounded-delay packet scheduling problem (BDPS), where packets of unit size arrive at a router over time and need to be transmitted over a network link. Each packet has two attributes: a non-negative weight and a deadline for its transmission. The objective is to maximize the total weight of the transmitted packets. This problem has been well studied in the literature, yet its o… ▽ More

    Submitted 30 June, 2016; originally announced June 2016.

    Comments: 18 pages, 4 figures, submitted to ISAAC 2016

    ACM Class: F.2.2

  8. arXiv:1601.08111  [pdf, other

    cs.DS

    A Two-Phase Algorithm for Bin Stretching with Stretching Factor 1.5

    Authors: Martin Böhm, Jiří Sgall, Rob van Stee, Pavel Veselý

    Abstract: Online Bin Stretching is a semi-online variant of bin packing in which the algorithm has to use the same number of bins as an optimal packing, but is allowed to slightly overpack the bins. The goal is to minimize the amount of overpacking, i.e., the maximum size packed into any bin. We give an algorithm for Online Bin Stretching with a stretching factor of 1.5 for any number of bins. We build on… ▽ More

    Submitted 20 August, 2016; v1 submitted 29 January, 2016; originally announced January 2016.

    Comments: Preprint of a journal version; updated title and some minor edits. The conference version can be found at arXiv:1404.5569 version 2

    MSC Class: 68W27; 68W40

  9. arXiv:1507.02378  [pdf, other

    cs.DS

    Online Algorithms for Multi-Level Aggregation

    Authors: Marcin Bienkowski, Martin Böhm, Jaroslaw Byrka, Marek Chrobak, Christoph Dürr, Lukáš Folwarczný, Łukasz Jeż, Jiří Sgall, Nguyen Kim Thang, Pavel Veselý

    Abstract: In the Multi-Level Aggregation Problem (MLAP), requests arrive at the nodes of an edge-weighted tree T, and have to be served eventually. A service is defined as a subtree X of T that contains its root. This subtree X serves all requests that are pending in the nodes of X, and the cost of this service is equal to the total weight of X. Each request also incurs waiting cost between its arrival and… ▽ More

    Submitted 28 December, 2016; v1 submitted 9 July, 2015; originally announced July 2015.

  10. arXiv:1506.07905  [pdf, other

    cs.CC cs.DS

    General Caching Is Hard: Even with Small Pages

    Authors: Lukáš Folwarczný, Jiří Sgall

    Abstract: Caching (also known as paging) is a classical problem concerning page replacement policies in two-level memory systems. General caching is the variant with pages of different sizes and fault costs. We give the first NP-hardness result for general caching with small pages: General caching is (strongly) NP-hard even when page sizes are limited to {1, 2, 3}. It holds already in the fault model (each… ▽ More

    Submitted 25 June, 2015; originally announced June 2015.

    Comments: 19 pages, 8 figures, an extended abstract appeared in the proceedings of MAPSP 2015 (www.mapsp2015.com), a conference version has been submitted

  11. arXiv:1404.5569  [pdf, other

    cs.DS

    Online Bin Stretching with Three Bins

    Authors: Martin Böhm, Jiří Sgall, Rob van Stee, Pavel Veselý

    Abstract: Online Bin Stretching is a semi-online variant of bin packing in which the algorithm has to use the same number of bins as an optimal packing, but is allowed to slightly overpack the bins. The goal is to minimize the amount of overpacking, i.e., the maximum size packed into any bin. We give an algorithm for Online Bin Stretching with a stretching factor of $11/8 = 1.375$ for three bins. Addition… ▽ More

    Submitted 1 February, 2016; v1 submitted 22 April, 2014; originally announced April 2014.

    Comments: Preprint of a journal version. See version 2 for the conference paper. Conference paper split into two journal submissions; see arXiv:1601.08111

    MSC Class: 68W27; 68W40

  12. arXiv:1404.5548  [pdf, other

    cs.DS

    Online Colored Bin Packing

    Authors: Martin Böhm, Jiří Sgall, Pavel Veselý

    Abstract: In the Colored Bin Packing problem a sequence of items of sizes up to $1$ arrives to be packed into bins of unit capacity. Each item has one of $c\geq 2$ colors and an additional constraint is that we cannot pack two items of the same color next to each other in the same bin. The objective is to minimize the number of bins. In the important special case when all items have size zero, we characte… ▽ More

    Submitted 3 December, 2014; v1 submitted 22 April, 2014; originally announced April 2014.

    Comments: Added lower bound of 2.5 for at least three colors, expanded some proofs

  13. arXiv:1307.2531  [pdf, other

    cs.DS

    Better Approximation Bounds for the Joint Replenishment Problem

    Authors: Marcin Bienkowski, Jaroslaw Byrka, Marek Chrobak, Łukasz Jeż, Jiří Sgall

    Abstract: The Joint Replenishment Problem (JRP) deals with optimizing shipments of goods from a supplier to retailers through a shared warehouse. Each shipment involves transporting goods from the supplier to the warehouse, at a fixed cost C, followed by a redistribution of these goods from the warehouse to the retailers that ordered them, where transporting goods to a retailer $ρ$ has a fixed cost $c_ρ$. I… ▽ More

    Submitted 9 July, 2013; originally announced July 2013.

    MSC Class: 68W25; 68W27; 90C05

  14. arXiv:1102.3393  [pdf, other

    cs.DS

    Better Bounds for Incremental Frequency Allocation in Bipartite Graphs

    Authors: Marek Chrobak, Łukasz Jeż, Jiří Sgall

    Abstract: We study frequency allocation in wireless networks. A wireless network is modeled by an undirected graph, with vertices corresponding to cells. In each vertex we have a certain number of requests, and each of those requests must be assigned a different frequency. Edges represent conflicts between cells, meaning that frequencies in adjacent vertices must be different as well. The objective is to mi… ▽ More

    Submitted 16 February, 2011; originally announced February 2011.

    Comments: 12 pages, 3 figures