中文
相关论文

相关论文: An FPTAS for Budgeted Laminar Matroid Independent …

200 篇论文

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

We study the budgeted versions of the well known matching and matroid intersection problems. While both problems admit a polynomial-time approximation scheme (PTAS) [Berger et al. (Math. Programming, 2011), Chekuri, Vondrak and Zenklusen…

数据结构与算法 · 计算机科学 2023-02-14 Ilan Doron-Arad , Ariel Kulik , Hadas Shachnai

We study a family of matroid optimization problems with a linear constraint (MOL). In these problems, we seek a subset of elements which optimizes (i.e., maximizes or minimizes) a linear objective function subject to (i) a matroid…

数据结构与算法 · 计算机科学 2024-04-23 Ilan Doron-Arad , Ariel Kulik , Hadas Shachnai

Motivated by many practical applications, in this paper we study {\em budget feasible mechanisms} where the goal is to procure independent sets from matroids. More specifically, we are given a matroid $\mathcal{M}=(E,\mathcal{I})$ where…

计算机科学与博弈论 · 计算机科学 2021-03-10 Stefano Leonardi , Gianpiero Monaco , Piotr Sankowski , Qiang Zhang

Matroid interdiction problems are well-researched in the field of combinatorial optimization. In the matroid $\ell$-interdiction problem, an interdiction strategy removes a subset of cardinality $\ell$ from the matroid's ground set. The…

组合数学 · 数学 2025-11-17 Nils Hausbrandt , Levin Nemesch , Stefan Ruzika

A natural way to deal with multiple, partially conflicting objectives is turning all the objectives but one into budget constraints. Some classical polynomial-time optimization problems, such as spanning tree and forest, shortest path,…

数据结构与算法 · 计算机科学 2010-02-11 Fabrizio Grandoni , Rico Zenklusen

We study budgeted variants of well known maximization problems with multiple matroid constraints. Given an $\ell$-matchoid $\cm$ on a ground set $E$, a profit function $p:E \rightarrow \mathbb{R}_{\geq 0}$, a cost function $c:E \rightarrow…

数据结构与算法 · 计算机科学 2023-07-11 Ilan Doron-Arad , Ariel Kulik , Hadas Shachnai

In this paper, we investigate the parametric weight knapsack problem, in which the item weights are affine functions of the form $w_i(\lambda) = a_i + \lambda \cdot b_i$ for $i \in \{1,\ldots,n\}$ depending on a real-valued parameter…

数据结构与算法 · 计算机科学 2017-03-20 Michael Holzhauser , Sven O. Krumke

In this paper, we investigate the parametric knapsack problem, in which the item profits are affine functions depending on a real-valued parameter. The aim is to provide a solution for all values of the parameter. It is well-known that any…

数据结构与算法 · 计算机科学 2017-01-30 Michael Holzhauser , Sven O. Krumke

The Bayesian online selection problem aims to design a pricing scheme for a sequence of arriving buyers that maximizes the expected social welfare (or revenue) subject to different structural constraints. Inspired by applications with a…

计算机科学与博弈论 · 计算机科学 2024-03-11 Nima Anari , Rad Niazadeh , Amin Saberi , Ali Shameli

In a widely-studied class of multi-parametric optimization problems, the objective value of each solution is an affine function of real-valued parameters. Then, the goal is to provide an optimal solution set, i.e., a set containing an…

最优化与控制 · 数学 2021-12-14 Stephan Helfrich , Arne Herzel , Stefan Ruzika , Clemens Thielen

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

In this paper, we study the following robust optimization problem. Given an independence system and candidate objective functions, we choose an independent set, and then an adversary chooses one objective function, knowing our choice. Our…

数据结构与算法 · 计算机科学 2018-05-22 Yasushi Kawase , Hanna Sumita

In this paper, we study the stochastic submodular maximization problem with dependent items subject to packing constraints such as matroid and knapsack constraints. The input of our problem is a finite set of items, and each item is in a…

社会与信息网络 · 计算机科学 2019-07-12 Shaojie Tang

It is known that there is no EPTAS for the $m$-dimensional knapsack problem unless $W[1] = FPT$. It is true already for the case, when $m = 2$. But, an FPTAS still can exist for some other particular cases of the problem. In this note, we…

计算复杂性 · 计算机科学 2022-11-30 D. V. Gribanov

We address the classical knapsack problem and a variant in which an upper bound is imposed on the number of items that can be selected. We show that appropriate combinations of rounding techniques yield novel and powerful ways of rounding.…

计算复杂性 · 计算机科学 2007-05-23 Monaldo Mastrolilli , Marcus Hutter

In this article, we investigate the multi-parametric matroid problem. The weights of the elements of the matroid's ground set depend linearly on an arbitrary but fixed number of parameters, each of which is taken from a real interval. The…

组合数学 · 数学 2025-03-13 Nils Hausbrandt , Stefan Ruzika

The area of parameterized approximation seeks to combine approximation and parameterized algorithms to obtain, e.g., (1+eps)-approximations in f(k,eps)n^{O(1)} time where k is some parameter of the input. We obtain the following results on…

数据结构与算法 · 计算机科学 2019-06-27 Fabrizio Grandoni , Stefan Kratsch , Andreas Wiese

A matroid is a notion of independence in combinatorial optimization which is closely related to computational efficiency. In particular, it is well known that the maximum of a constrained modular function can be found greedily if and only…

机器学习 · 计算机科学 2015-04-15 Branislav Kveton , Zheng Wen , Azin Ashkan , Hoda Eydgahi , Brian Eriksson

We consider the following Stochastic Boolean Function Evaluation problem, which is closely related to several problems from the literature. A matroid $\mathcal{M}$ (in compact representation) on ground set $E$ is given, and each element…

数据结构与算法 · 计算机科学 2026-01-13 Lisa Hellerstein , Benedikt M. Plank , Kevin Schewior
‹ 上一页 1 2 3 10 下一页 ›