中文
相关论文

相关论文: Improved online hypercube packing

200 篇论文

In the d-dimensional online bin packing problem, d-dimensional cubes of positive sizes no larger than 1 are presented one by one to be assigned to positions in d-dimensional unit cube bins. In this work, we provide improved upper bounds on…

数据结构与算法 · 计算机科学 2021-05-20 Leah Epstein , Loay Mualem

The 2D Online Bin Packing is a fundamental problem in Computer Science and the determination of its asymptotic competitive ratio has attracted great research attention. In a long series of papers, the lower bound of this ratio has been…

数据结构与算法 · 计算机科学 2009-06-03 Xin Han , Francis Y. L. Chin , Hing-Fung Ting , Guochuan Zhang

Packing a given sequence of items into as few bins as possible in an online fashion is a widely studied problem. We improve lower bounds for packing boxes into bins in two or more dimensions, both for general algorithms for squares and…

数据结构与算法 · 计算机科学 2017-11-07 David Blitz , Sandy Heydrich , Rob van Stee , André van Vliet , Gerhard J. Woeginger

In the online bin packing problem, items of sizes in (0,1] arrive online to be packed into bins of size 1. The goal is to minimize the number of used bins. In this paper, we present an online bin packing algorithm with asymptotic…

数据结构与算法 · 计算机科学 2018-06-29 Sandy Heydrich , Rob van Stee

In this paper we consider the Online Bin Packing Problem in three variants: Circles in Squares, Circles in Isosceles Right Triangles, and Spheres in Cubes. The two first ones receive an online sequence of circles (items) of different radii…

数据结构与算法 · 计算机科学 2017-08-30 Carla Negri Lintzmayer , Flávio Keidi Miyazawa , Eduardo Candido Xavier

We consider several previously studied online variants of bin packing and prove new and improved lower bounds on the asymptotic competitive ratios for them. For that, we use a method of fully adaptive constructions. In particular, we…

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

We slightly improve the known lower bound on the asymptotic competitive ratio for online bin packing of rectangles. We present a complete proof for the new lower bound, whose value is above 1.91.

数据结构与算法 · 计算机科学 2018-11-26 Leah Epstein

We revisit the classic online bin packing problem. In this problem, items of positive sizes no larger than 1 are presented one by one to be packed into subsets called "bins" of total sizes no larger than 1, such that every item is assigned…

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

We prove a tight lower bound on the asymptotic performance ratio $\rho$ of the bounded space online $d$-hypercube bin packing problem, solving an open question raised in 2005. In the classic $d$-hypercube bin packing problem, we are given a…

数据结构与算法 · 计算机科学 2023-04-11 Y. Kohayakawa , F. K. Miyazawa , Y. Wakabayashi

We consider the Ordered Open End Bin Packing problem. Items of sizes in $(0,1]$ are presented one by one, to be assigned to bins in this order. An item can be assigned to any bin for which the current total size strictly below $1$. This…

数据结构与算法 · 计算机科学 2020-10-15 János Balogh , Leah Epstein , Asaf Levin

In this paper, we show an improved bound and new algorithm for the online square-into-square packing problem. This two-dimensional packing problem involves packing an online sequence of squares into a unit square container without any two…

计算几何 · 计算机科学 2014-01-23 Brian Brubach

We consider the online bin packing problem under the advice complexity model where the 'online constraint' is relaxed and an algorithm receives partial information about the future requests. We provide tight upper and lower bounds for the…

数据结构与算法 · 计算机科学 2013-12-24 Joan Boyar , Shahin Kamali , Kim S. Larsen , Alejandro López-Ortiz

We improve the lower bound on the asymptotic competitive ratio of any online algorithm for bin packing to above 1.54278. We demonstrate for the first time the advantage of branching and the applicability of full adaptivity in the design of…

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

In the $d$-dimensional hypercube bin packing problem, a given list of $d$-dimensional hypercubes must be packed into the smallest number of hypercube bins. Epstein and van Stee [SIAM J. Comput. 35 (2005)] showed that the asymptotic…

组合数学 · 数学 2023-06-22 Yoshiharu Kohayakawa , Flávio Keidi Miyazawa , Yoshiko Wakabayashi

We analyze the problem of packing squares in an online fashion: Given a semi-infinite strip of width 1 and an unknown sequence of squares of side length in [0,1] that arrive from above, one at a time. The objective is to pack these items as…

数据结构与算法 · 计算机科学 2010-10-22 Sandor P. Fekete , Tom Kamphans , Nils Schweer

In 1967, Moon and Moser proved a tight bound on the critical density of squares in squares: any set of squares with a total area of at most 1/2 can be packed into a unit square, which is tight. The proof requires full knowledge of the set,…

离散数学 · 计算机科学 2017-01-03 Sándor P. Fekete , Hella-Franziska Hoffmann

We consider the online version of the piercing set problem, where geometric objects arrive one by one, and the online algorithm must maintain a valid piercing set for the already arrived objects by making irrevocable decisions. It is easy…

计算几何 · 计算机科学 2024-07-04 Minati De , Saksham Jain , Sarat Varma Kallepalli , Satyam Singh

Bin packing is a classic optimization problem with a wide range of applications, from load balancing to supply chain management. In this work, we study the online variant of the problem, in which a sequence of items of various sizes must be…

数据结构与算法 · 计算机科学 2024-04-18 Spyros Angelopoulos , Shahin Kamali , Kimia Shadkami

We consider the online problem of packing circles into a square container. A sequence of circles has to be packed one at a time, without knowledge of the following incoming circles and without moving previously packed circles. We present an…

数据结构与算法 · 计算机科学 2019-05-03 Sándor P. Fekete , Sven von Höveling , Christian Scheffer

In this paper we establish a general algorithmic framework between bin packing and strip packing, with which we achieve the same asymptotic bounds by applying bin packing algorithms to strip packing. More precisely we obtain the following…

数据结构与算法 · 计算机科学 2007-05-23 Xin Han , Kazuo Iwama , Deshi Ye , Guochuan Zhang
‹ 上一页 1 2 3 10 下一页 ›