中文
相关论文

相关论文: Hybrid Rounding Techniques for Knapsack Problems

200 篇论文

We consider two optimization problems in planar graphs. In Maximum Weight Independent Set of Objects we are given a graph $G$ and a family $\mathcal{D}$ of objects, each being a connected subgraph of $G$ with a prescribed weight, and the…

数据结构与算法 · 计算机科学 2018-07-23 Michał Pilipczuk , Erik Jan van Leeuwen , Andreas Wiese

In the knapsack problems with neighborhood constraints that were studied before, the input is a graph $\mathcal{G}$ on a set $\mathcal{V}$ of items, each item $v \in \mathcal{V}$ has a weight $w_v$ and profit $p_v$, the size $s$ of the…

数据结构与算法 · 计算机科学 2025-04-25 Palash Dey , Ashlesha Hota , Sudeshna Kolay

The 0/1 knapsack problem is weakly NP-hard in that there exist pseudo-polynomial time algorithms based on dynamic programming that can solve it exactly. There are also the core branch and bound algorithms that can solve large randomly…

神经与进化计算 · 计算机科学 2019-03-11 Shalin Shah

In the standard planar $k$-center clustering problem, one is given a set $P$ of $n$ points in the plane, and the goal is to select $k$ center points, so as to minimize the maximum distance over points in $P$ to their nearest center. Here we…

计算几何 · 计算机科学 2021-09-29 Hongyao Huang , Georgiy Klimenko , Benjamin Raichel

We study clustering problems such as k-Median, k-Means, and Facility Location in graphs of low highway dimension, which is a graph parameter modeling transportation networks. It was previously shown that approximation schemes for these…

数据结构与算法 · 计算机科学 2021-06-01 Andreas Emil Feldmann , David Saulpic

Contention resolution schemes have proven to be an incredibly powerful concept which allows to tackle a broad class of problems. The framework has been initially designed to handle submodular optimization under various types of constraints,…

数据结构与算法 · 计算机科学 2018-11-27 Marek Adamczyk , Michał Włodarczyk

We develop a framework for obtaining polynomial time approximation schemes (PTAS) for a class of stochastic dynamic programs. Using our framework, we obtain the first PTAS for the following stochastic combinatorial optimization problems:…

数据结构与算法 · 计算机科学 2018-05-22 Hao Fu , Jian Li , Pan Xu

We consider the budgeted matroid independent set problem. The input is a ground set, where each element has a cost and a non-negative profit, along with a matroid over the elements and a budget. The goal is to select a subset of elements…

数据结构与算法 · 计算机科学 2022-09-13 Ilan Doron-Arad , Ariel Kulik , Hadas Shachnai

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

The presence of stochastic elements in combinatorial optimization problems makes them particularly challenging, as such problems quickly become intractable for classical computers even at relatively small sizes. In this work, we propose a…

Iterative rounding has enjoyed tremendous success in elegantly resolving open questions regarding the approximability of problems dominated by covering constraints. Although iterative rounding methods have been applied to packing problems,…

数据结构与算法 · 计算机科学 2016-04-04 Ojas Parekh

An important objective in scheduling literature is to minimize the sum of weighted flow times. We are given a set of jobs where each job is characterized by a release time, a processing time, and a weight. Our goal is to find a preemptive…

数据结构与算法 · 计算机科学 2022-08-08 Alexander Armbruster , Lars Rohwedder , Andreas Wiese

We present approximation algorithms for maximum independent set of pseudo-disks in the plane, both in the weighted and unweighted cases. For the unweighted case, we prove that a local search algorithm yields a \PTAS. For the weighted case,…

计算几何 · 计算机科学 2011-03-09 Timothy M. Chan , Sariel Har-Peled

Portfolio optimization is a primary component of the decision-making process in finance, aiming to tactfully allocate assets to achieve optimal returns while considering various constraints. Herein, we proposed a method that uses the…

量子物理 · 物理学 2024-12-24 Chansreynich Huot , Kimleang Kea , Tae-Kyung Kim , Youngsun Han

The 0-1 knapsack problem is a well-known combinatorial optimisation problem. Approximation algorithms have been designed for solving it and they return provably good solutions within polynomial time. On the other hand, genetic algorithms…

神经与进化计算 · 计算机科学 2014-04-04 Jun He , Feidun He , Hongbin Dong

In this paper, we study some multiagent variants of the knapsack problem. Fluschnik et al. [AAAI 2019] considered the model in which every agent assigns some utility to every item. They studied three preference aggregation rules for finding…

计算机科学与博弈论 · 计算机科学 2022-08-05 Sushmita Gupta , Pallavi Jain , Sanjay Seetharaman

In this paper, we present two tensor network quantum-inspired algorithms to solve the knapsack and the shortest path problems, and enables to solve some of its variations. These methods provide an exact equation which returns the optimal…

Given an $n$-dimensional convex body by a membership oracle in general, it is known that any polynomial-time deterministic algorithm cannot approximate its volume within ratio $(n/\log n)^n$. There is a substantial progress on randomized…

计算复杂性 · 计算机科学 2016-07-22 Ei Ando , Shuji Kijima

Consider costly and time-consuming tasks that add up to the success of a project, and must be fitted into a given time-frame. This is an instance of the classic budgeted maximization (knapsack) problem, which admits an FPTAS. Now assume an…

计算机科学与博弈论 · 计算机科学 2026-04-10 Ilan Doron-Arad , Hadas Shachnai , Gilad Shmerler , Inbal Talgam-Cohen

Computing sets of high quality solutions has gained increasing interest in recent years. In this paper, we investigate how to obtain sets of optimal solutions for the classical knapsack problem. We present an algorithm to count exactly the…

数据结构与算法 · 计算机科学 2021-06-15 Jakob Bossek , Aneta Neumann , Frank Neumann