中文
相关论文

相关论文: Hybrid Rounding Techniques for Knapsack Problems

200 篇论文

An important goal in algorithm design is determining the best running time for solving a problem (approximately). For some problems, we know the optimal running time, assuming certain conditional lower bounds. In this work, we study the…

数据结构与算法 · 计算机科学 2024-03-04 Moritz Buchem , Paul Deuker , Andreas Wiese

The "0-1 knapsack problem" stands as a classical combinatorial optimization conundrum, necessitating the selection of a subset of items from a given set. Each item possesses inherent values and weights, and the primary objective is to…

神经与进化计算 · 计算机科学 2024-02-20 Mohammad Saleh Vahdatpour

We study the two-dimensional geometric knapsack problem (2DK) in which we are given a set of n axis-aligned rectangular items, each one with an associated profit, and an axis-aligned square knapsack. The goal is to find a (non-overlapping)…

数据结构与算法 · 计算机科学 2017-11-22 Waldo Gálvez , Fabrizio Grandoni , Sandy Heydrich , Salvatore Ingala , Arindam Khan , Andreas Wiese

Given $n$ independent random variables $X_1, X_2, ..., X_n$ and an integer $C$, we study the fundamental problem of computing the probability that the sum $X=X_1+X_2+...+X_n$ is at most $C$. We assume that each random variable $X_i$ is…

数据结构与算法 · 计算机科学 2014-02-25 Jian Li , Tianlin Shi

We consider the 0-1 Penalized Knapsack Problem (PKP). Each item has a profit, a weight and a penalty and the goal is to maximize the sum of the profits minus the greatest penalty value of the items included in a solution. We propose an…

数据结构与算法 · 计算机科学 2017-02-15 Federico Della Croce , Ulrich Pferschy , Rosario Scatamacchia

We initiate a systematic study of utilizing predictions to improve over approximation guarantees of classic algorithms, without increasing the running time. We propose a systematic method for a wide class of optimization problems that ask…

数据结构与算法 · 计算机科学 2024-11-26 Antonios Antoniadis , Marek Eliáš , Adam Polak , Moritz Venzin

The 0-1 knapsack problem is an important NP-hard problem that admits fully polynomial-time approximation schemes (FPTASs). Previously the fastest FPTAS by Chan (2018) with approximation factor $1+\varepsilon$ runs in $\tilde O(n +…

数据结构与算法 · 计算机科学 2020-01-03 Ce Jin

We study a robust extensible bin packing problem with budgeted uncertainty, under a budgeted uncertainty model where item sizes are defined to lie in the intersection of a box with a one-norm ball. We propose a scenario generation algorithm…

离散数学 · 计算机科学 2025-10-29 Noam Goldberg , Michael Poss , Yariv Marmor

The min-knapsack problem with compactness constraints extends the classical knapsack problem, in the case of ordered items, by introducing a restriction ensuring that they cannot be too far apart. This problem has applications in…

最优化与控制 · 数学 2025-04-28 Hubert Villuendas , Mathieu Besançon , Jérôme Malick

Obtaining strong linear relaxations of capacitated covering problems constitute a major technical challenge even for simple settings. For one of the most basic cases, the Knapsack-Cover (Min-Knapsack) problem, the relaxation based on…

数据结构与算法 · 计算机科学 2019-12-30 Andrés Fielbaum , Ignacio Morales , José Verschae

In two-dimensional geometric knapsack problem, we are given a set of n axis-aligned rectangular items and an axis-aligned square-shaped knapsack. Each item has integral width, integral height and an associated integral profit. The goal is…

数据结构与算法 · 计算机科学 2021-03-18 Arindam Khan , Arnab Maiti , Amatya Sharma , Andreas Wiese

We develop a novel mathematical programming approximation framework to tackle the stochastic knapsack problem. In this problem, the decision maker considers items for which either weights or values, or both, are random. The aim is to select…

最优化与控制 · 数学 2025-12-18 Roberto Rossi , Steven D. Prestwich , S. Armagan Tarim

We give an $\alpha(1+\epsilon)$-approximation algorithm for solving covering LPs, assuming the presence of a $(1/\alpha)$-approximation algorithm for a certain optimization problem. Our algorithm is based on a simple modification of the…

数据结构与算法 · 计算机科学 2020-12-18 Eklavya Sharma

The development of a satisfying and rigorous mathematical understanding of the performance of neural networks is a major challenge in artificial intelligence. Against this background, we study the expressive power of neural networks through…

机器学习 · 计算机科学 2024-07-12 Christoph Hertrich , Martin Skutella

A variant of the well-known Knapsack Problem is studied in this paper, where pairs of items are conflicting, and cannot be selected at the same time. This configures a set of hard constraints. The problem, which can be used to model real…

最优化与控制 · 数学 2025-06-05 Roberto Montemanni , Derek H. Smith

The Replenishment Storage problem (RSP) is to minimize the storage capacity requirement for a deterministic demand, multi-item inventory system where each item has a given reorder size and cycle length. The reorders can only take place at…

数据结构与算法 · 计算机科学 2020-10-06 Dorit S. Hochbaum , Xu Rao

Clustering problems are fundamental to unsupervised learning. There is an increased emphasis on fairness in machine learning and AI; one representative notion of fairness is that no single demographic group should be over-represented among…

数据结构与算法 · 计算机科学 2024-05-14 David G. Harris , Thomas Pensyl , Aravind Srinivasan , Khoa Trinh

In the knapsack interdiction problem, there are $n$ items, each with a non-negative profit, interdiction cost, and packing weight. There is also an interdiction budget and a capacity. The objective is to select a set of items to interdict…

数据结构与算法 · 计算机科学 2026-04-24 Noah Weninger

The Consensus Clustering problem has been introduced as an effective way to analyze the results of different microarray experiments. The problem consists of looking for a partition that best summarizes a set of input partitions (each…

数据结构与算法 · 计算机科学 2009-07-13 Paola Bonizzoni , Gianluca Della Vedova , Riccardo Dondi

The knapsack problem is one of the classical problems in combinatorial optimization: Given a set of items, each specified by its size and profit, the goal is to find a maximum profit packing into a knapsack of bounded capacity. In the…

数据结构与算法 · 计算机科学 2020-12-02 Susanne Albers , Arindam Khan , Leon Ladewig