中文
相关论文

相关论文: Improved online hypercube packing

200 篇论文

Cardinality constrained bin packing or bin packing with cardinality constraints is a basic bin packing problem. In the online version with the parameter k \geq 2, items having sizes in (0,1] associated with them are presented one by one to…

数据结构与算法 · 计算机科学 2016-08-24 János Balogh , József Békési , György Dósa , Leah Epstein , Asaf Levin

Bin covering is a dual version of classic bin packing. Thus, the goal is to cover as many bins as possible, where covering a bin means packing items of total size at least one in the bin. For online bin covering, competitive analysis fails…

数据结构与算法 · 计算机科学 2014-02-28 Marie G. Christ , Lene M. Favrholdt , Kim S. Larsen

We consider the setting of online computation with advice, and study the bin packing problem and a number of scheduling problems. We show that it is possible, for any of these problems, to arbitrarily approach a competitive ratio of $1$…

数据结构与算法 · 计算机科学 2015-08-06 Marc P. Renault , Adi Rosén , Rob van Stee

The following online bin packing problem is considered: Items with integer sizes are given and variable sized bins arrive online. A bin must be used if there is still an item remaining which fits in it when the bin arrives. The goal is to…

数据结构与算法 · 计算机科学 2018-06-05 Joan Boyar , Faith Ellen

The bin covering problem asks for covering a maximum number of bins with an online sequence of $n$ items of different sizes in the range $(0,1]$; a bin is said to be covered if it receives items of total size at least 1. We study this…

数据结构与算法 · 计算机科学 2020-06-03 Joan Boyar , Lene M. Favrholdt , Shahin Kamali , Kim S. Larsen

In the bin covering problem, the goal is to fill as many bins as possible up to a certain minimal level with a given set of items of different sizes. Online variants, in which the items arrive one after another and have to be packed…

数据结构与算法 · 计算机科学 2015-12-16 Carsten Fischer , Heiko Röglin

In this work, we consider online vector bin packing. It is known that no algorithm can have a competitive ratio of $o(d/\log^2 d)$ in the absolute sense, though upper bounds for this problem were always shown in the asymptotic sense. Since…

数据结构与算法 · 计算机科学 2020-08-04 Janos Balogh , Leah Epstein , Asaf Levin

The online unit clustering problem was proposed by Chan and Zarrabi-Zadeh (WAOA2007 and Theory of Computing Systems 45(3), 2009), which is defined as follows: "Points" are given online in the $d$-dimensional Euclidean space one by one. An…

数据结构与算法 · 计算机科学 2015-02-10 Jun Kawahara , Koji M. Kobayashi

We revisit the online Unit Clustering and Unit Covering problems in higher dimensions: Given a set of $n$ points in a metric space, that arrive one by one, Unit Clustering asks to partition the points into the minimum number of clusters…

计算几何 · 计算机科学 2021-08-27 Adrian Dumitrescu , Csaba D. Tóth

Bin packing with cardinality constraints is a bin packing problem where an upper bound k \geq 2 on the number of items packed into each bin is given, in addition to the standard constraint on the total size of items packed into a bin. We…

数据结构与算法 · 计算机科学 2014-04-04 Gyorgy Dosa , Leah Epstein

We present an algorithm for computing upper bounds for the Online Bin Stretching Problem with a small number of bins and the resulting upper bounds for 4, 5 and 6 bins. This both demonstrates the possibility of using computer search for…

数据结构与算法 · 计算机科学 2022-02-01 Matej Lieskovský

We study the online bin packing problem under two stochastic settings. In the bin packing problem, we are given n items with sizes in (0,1] and the goal is to pack them into the minimum number of unit-sized bins. First, we study bin packing…

数据结构与算法 · 计算机科学 2025-03-05 Nikhil Ayyadevara , Rajni Dabas , Arindam Khan , K. V. N. Sreenivas

The online bin packing problem and its variants are regularly used to model server allocation problems. Modern concerns surrounding sustainability and overcommitment in cloud computing motivate bin packing models that capture costs…

数据结构与算法 · 计算机科学 2025-11-03 Jackson Bibbens , Cooper Sigrist , Bo Sun , Shahin Kamali , Mohammad Hajiesmaili

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…

数据结构与算法 · 计算机科学 2014-12-05 Martin Böhm , Jiří Sgall , Pavel Veselý

Computing lower and upper bounds on the competitive ratio of online algorithms is a challenging question: For a minimization combinatorial problem, proving a competitive ratio for a given algorithm leads to an upper bound. However computing…

计算机科学与博弈论 · 计算机科学 2022-12-19 Antoine Lhomme , Olivier Romane , Nicolas Catusse , Nadia Brauner

Online bin stretching is an online packing problem where some of the best known lower and upper bounds were found through computational searches. The limiting factor in obtaining better bounds with such methods is the computational time…

最优化与控制 · 数学 2025-06-24 Antoine Lhomme , Nicolas Catusse , Nadia Brauner

Online algorithms that allow a small amount of migration or recourse have been intensively studied in the last years. They are essential in the design of competitive algorithms for dynamic problems, where objects can also depart from the…

数据结构与算法 · 计算机科学 2019-05-21 Sebastian Berndt , Valentin Dreismann , Kilian Grage , Klaus Jansen , Ingmar Knof

In the (1-dimensional) bin packing problem, we are asked to pack all the given items into bins, each of capacity one, so that the number of non-empty bins is minimized. Zhu~[Chaos, Solitons \& Fractals 2016] proposed an approximation…

数据结构与算法 · 计算机科学 2025-09-23 Hiroshi Fujiwara , Rina Atsumi , Hiroaki Yamamoto

We consider online packing problems where we get a stream of axis-parallel rectangles. The rectangles have to be placed in the plane without overlapping, and each rectangle must be placed without knowing the subsequent rectangles. The goal…

计算几何 · 计算机科学 2021-01-27 Mikkel Abrahamsen , Lorenzo Beretta

We revisit the online Unit Covering problem in higher dimensions: Given a set of $n$ points in $\mathbb{R}^d$, that arrive one by one, cover the points by balls of unit radius, so as to minimize the number of balls used. In this paper, we…

计算几何 · 计算机科学 2018-08-29 Adrian Dumitrescu , Anirban Ghosh , Csaba D. Tóth