中文
相关论文

相关论文: Improved online hypercube packing

200 篇论文

In this paper, we consider the online vertex-weighted bipartite matching problem in the random arrival model. We consider the generalization of the RANKING algorithm for this problem introduced by Huang, Tang, Wu, and Zhang (TALG 2019), who…

数据结构与算法 · 计算机科学 2022-11-09 Billy Jin , David P. Williamson

We consider online scheduling weighted packets with time constraints over a fading channel. Packets arrive at the transmitter in an online manner. Each packet has a value and a deadline by which it should be sent. The fade state of the…

信息论 · 计算机科学 2009-09-30 Fei Li , Zhi Zhang

In the online 2-bounded auction problem, we have a collection of items represented as nodes in a graph and bundles of size two represented by edges. Agents are presented sequentially, each with a random weight function over the bundles. The…

计算机科学与博弈论 · 计算机科学 2024-10-17 José Soto , Victor Verdugo

Online knapsack problem is considered, where items arrive in a sequential fashion that have two attributes; value and weight. Each arriving item has to be accepted or rejected on its arrival irrevocably. The objective is to maximize the sum…

数据结构与算法 · 计算机科学 2017-11-30 Rahul Vaze

Given a universe $U$ of $n$ elements and a collection of subsets $\mathcal{S}$ of $U$, the maximum disjoint set cover problem (DSCP) is to partition $\mathcal{S}$ into as many set covers as possible, where a set cover is defined as a…

数据结构与算法 · 计算机科学 2016-11-18 Ashwin Pananjady , Vivek Kumar Bagaria , Rahul Vaze

We consider the problem of hitting sets online. The hypergraph (i.e., range-space consisting of points and ranges) is known in advance, and the ranges to be stabbed are input one-by-one in an online fashion. The online algorithm must stab…

数据结构与算法 · 计算机科学 2012-07-12 Guy Even , Shakhar Smorodinsky

We study the d-dimensional hypercube knapsack problem where we are given a set of d-dimensional hypercubes with associated profits, and a knapsack which is a unit d-dimensional hypercube. The goal is to find an axis-aligned non-overlapping…

数据结构与算法 · 计算机科学 2022-04-27 Klaus Jansen , Arindam Khan , Marvin Lira , K. V. N. Sreenivas

Online bipartite matching has been extensively studied. In the unweighted setting, Karp et al. gave an optimal $(1 - 1/e)$-competitive randomized algorithm. In the weighted setting, optimal algorithms have been achieved only under…

数据结构与算法 · 计算机科学 2021-11-03 Nguyen Kim Thang

In the online hypergraph matching problem, hyperedges of size $k$ over a common ground set arrive online in adversarial order. The goal is to obtain a maximum matching (disjoint set of hyperedges). A na\"ive greedy algorithm for this…

数据结构与算法 · 计算机科学 2024-02-15 Thorben Tröbst , Rajan Udwani

We consider the online stochastic matching problem proposed by Feldman et al. [FMMM09] as a model of display ad allocation. We are given a bipartite graph; one side of the graph corresponds to a fixed set of bins and the other side…

数据结构与算法 · 计算机科学 2011-08-03 Vahideh H. Manshadi , Shayan Oveis Gharan , Amin Saberi

This paper initiates the study of online algorithms for the maximum weight $b$-matching problem, a generalization of maximum weight matching where each node has at most $b \geq 1$ adjacent matching edges. The problem is motivated by…

网络与互联网体系结构 · 计算机科学 2021-03-16 Marcin Bienkowski , David Fuchssteiner , Jan Marcinkowski , Stefan Schmid

Higher-dimensional orthogonal packing problems have a wide range of practical applications, including packing, cutting, and scheduling. In the context of a branch-and-bound framework for solving these packing problems to optimality, it is…

数据结构与算法 · 计算机科学 2007-05-23 Sandor P. Fekete , Joerg Schepers

We introduce a generalization of classical $q$-ary codes by allowing points to cover other points that are Hamming distance $1$ or $2$ in a freely chosen subset of all directions. More specifically, we generalize the notion of $1$-covering,…

组合数学 · 数学 2018-02-01 Mehtaab Sawhney , David Stoner

We consider three related problems of robot movement in arbitrary dimensions: coverage, search, and navigation. For each problem, a spherical robot is asked to accomplish a motion-related task in an unknown environment whose geometry is…

计算几何 · 计算机科学 2011-10-13 Joshua Brown Kramer , Lucas Sabalka

Online Bipartite Matching with random user arrival is a fundamental problem in the online advertisement ecosystem. Over the last 30 years, many algorithms and impossibility results have been developed for this problem. In particular, the…

数据结构与算法 · 计算机科学 2025-04-29 Flavio Chierichetti , Mirko Giacchini , Alessandro Panconesi , Andrea Vattani

The online knapsack problem is a classic problem in the field of online algorithms. Its canonical version asks how to pack items of different values and weights arriving online into a capacity-limited knapsack so as to maximize the total…

机器学习 · 计算机科学 2024-04-18 Adam Lechowicz , Rik Sengupta , Bo Sun , Shahin Kamali , Mohammad Hajiesmaili

We introduce a weighted version of the ranking algorithm by Karp et al. (STOC 1990), and prove a competitive ratio of 0.6534 for the vertex-weighted online bipartite matching problem when online vertices arrive in random order. Our result…

数据结构与算法 · 计算机科学 2019-09-13 Zhiyi Huang , Zhihao Gavin Tang , Xiaowei Wu , Yuhao Zhang

In online unit clustering, points of a metric space arriving one by one must be partitioned into clusters of diameter at most 1, where the cost is the number of clusters. This paper gives linear upper and lower bounds on the advice…

数据结构与算法 · 计算机科学 2024-09-27 Judit Nagy-György

We consider the problem of packing congruent circles with the maximum radius in a unit square as a mathematical optimization problem. Due to the presence of non-overlapping constraints, this problem is a notoriously difficult nonconvex…

最优化与控制 · 数学 2024-04-05 Aida Khajavirad

Several well-studied online resource allocation problems can be formulated in terms of infinite, increasing sequences of positive values, in which each element is associated with a corresponding allocation value. Examples include problems…

数据结构与算法 · 计算机科学 2021-11-10 Spyros Angelopoulos , Diogo Arsénio , Shahin Kamali