中文
相关论文

相关论文: On local search and LP and SDP relaxations for k-S…

200 篇论文

We study the weighted $k$-Set Packing problem: Given a collection $S$ of sets, each of cardinality at most $k$, together with a positive weight function $w:\mathcal{S}\rightarrow\mathbb{Q}_{>0}$, the task is to compute a disjoint…

数据结构与算法 · 计算机科学 2022-08-19 Meike Neuwohner

In the Set Cover problem, we are given a set system with each set having a weight, and we want to find a collection of sets that cover the universe, whilst having low total weight. There are several approaches known (based on greedy…

数据结构与算法 · 计算机科学 2022-11-09 Anupam Gupta , Euiwoong Lee , Jason Li

We consider the weighted $k$-set packing problem, in which we are given a collection of weighted sets, each with at most $k$ elements and must return a collection of pairwise disjoint sets with maximum total weight. For $k = 3$, this…

数据结构与算法 · 计算机科学 2023-01-19 Theophile Thiery , Justin Ward

We study the fair k-set selection problem where we aim to select $k$ sets from a given set system such that the (weighted) occurrence times that each element appears in these $k$ selected sets are balanced, i.e., the maximum (weighted)…

数据结构与算法 · 计算机科学 2025-05-20 Shi Li , Chenyang Xu , Ruilong Zhang

We present a packing-based approximation algorithm for the $k$-Set Cover problem. We introduce a new local search-based $k$-set packing heuristic, and call it Restricted $k$-Set Packing. We analyze its tight approximation ratio via a…

数据结构与算法 · 计算机科学 2015-03-03 Martin Furer , Huiwen Yu

In $k$-hypergraph matching, we are given a collection of sets of size at most $k$, each with an associated weight, and we seek a maximum-weight subcollection whose sets are pairwise disjoint. More generally, in $k$-hypergraph $b$-matching,…

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

In this paper we consider the classical maximum set packing problem where set cardinality is upper bounded by $k$. We show how to design a variant of a polynomial-time local search algorithm with performance guarantee $(k+2)/3$. This local…

数据结构与算法 · 计算机科学 2013-02-19 Maxim Sviridenko , Justin Ward

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

One of the most natural optimization problems is the k-Set Packing problem, where given a family of sets of size at most k one should select a maximum size subfamily of pairwise disjoint sets. A special case of 3-Set Packing is the well…

数据结构与算法 · 计算机科学 2013-08-21 Marek Cygan

In this paper, we study the complexity of computing locally optimal solutions for weighted versions of standard set problems such as SetCover, SetPacking, and many more. For our investigation, we use the framework of PLS, as defined in…

计算复杂性 · 计算机科学 2015-05-18 Dominic Dumrauf , Tim Süß

We study algorithms based on local improvements for the $k$-Set Packing problem. The well-known local improvement algorithm by Hurkens and Schrijver has been improved by Sviridenko and Ward from $\frac{k}{2}+\epsilon$ to $\frac{k+2}{3}$,…

数据结构与算法 · 计算机科学 2014-06-12 Martin Furer , Huiwen Yu

We study the approximability of multiway partitioning problems, examples of which include Multiway Cut, Node-weighted Multiway Cut, and Hypergraph Multiway Cut. We investigate these problems from the point of view of two possible…

数据结构与算法 · 计算机科学 2015-03-16 Alina Ene , Jan Vondrak , Yi Wu

We give new rounding schemes for SDP relaxations for the problems of maximizing cubic polynomials over the unit sphere and the $n$-dimensional hypercube. In both cases, the resulting algorithms yield a $O(\sqrt{n/k})$ multiplicative…

数据结构与算法 · 计算机科学 2023-10-03 Jun-Ting Hsieh , Pravesh K. Kothari , Lucas Pesenti , Luca Trevisan

We are given n base elements and a finite collection of subsets of them. The size of any subset varies between p to k (p < k). In addition, we assume that the input contains all possible subsets of size p. Our objective is to find a…

数据结构与算法 · 计算机科学 2009-06-09 Asaf Levin , Uri Yovel

For any $\varepsilon > 0$, we prove that $k$-Dimensional Matching is hard to approximate within a factor of $k/(12 + \varepsilon)$ for large $k$ unless $\textsf{NP} \subseteq \textsf{BPP}$. Listed in Karp's 21 $\textsf{NP}$-complete…

计算复杂性 · 计算机科学 2024-09-27 Euiwoong Lee , Ola Svensson , Theophile Thiery

One powerful technique to solve NP-hard optimization problems in practice is branch-and-reduce search---which is branch-and-bound that intermixes branching with reductions to decrease the input size. While this technique is known to be very…

数据结构与算法 · 计算机科学 2018-10-26 Sebastian Lamm , Christian Schulz , Darren Strash , Robert Williger , Huashuo Zhang

We propose a scalable approximate algorithm for the NP-hard maximum-weight independent set problem. The core component of our algorithm is a dual coordinate descent applied to a smoothed LP relaxation of the problem. This technique is…

最优化与控制 · 数学 2025-03-27 Stefan Haller , Bogdan Savchynskyy

Semidefinite programming (SDP) is a powerful tool for tackling a wide range of computationally hard problems such as clustering. Despite the high accuracy, semidefinite programs are often too slow in practice with poor scalability on large…

机器学习 · 统计学 2022-02-10 Yubo Zhuang , Xiaohui Chen , Yun Yang

We present a series of almost settled inapproximability results for three fundamental problems. The first in our series is the subexponential-time inapproximability of the maximum independent set problem, a question studied in the area of…

计算复杂性 · 计算机科学 2013-08-20 Parinya Chalermsook , Bundit Laekhanukit , Danupon Nanongkai

We consider (closed neighbourhood) packings and their generalization in graphs. A vertex set X in a graph G is a k-limited packing if for any vertex $v\in V(G)$, $\left|N[v] \cap X\right| \le k$, where N[v] is the closed neighbourhood of v.…

离散数学 · 计算机科学 2015-05-18 Andrei Gagarin , Vadim Zverovich
‹ 上一页 1 2 3 10 下一页 ›