• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

On the inapproximability of vertex cover on k-partite k-uniform hypergraphs (2010)

by V Guruswami, R Saket
Venue:In ICALP
Add To MetaCart

Tools

Sorted by:
Results 1 - 6 of 6

Recent developments in kernelization: A survey

by Stefan Kratsch
"... Kernelization is a formalization of efficient preprocessing, aimed mainly at combinatorially hard problems. Empirically, preprocessing is highly suc-cessful in practice, e.g., in state-of-the-art SAT and ILP solvers. The notion of kernelization from parameterized complexity makes it possible to rigo ..."
Abstract - Cited by 6 (0 self) - Add to MetaCart
Kernelization is a formalization of efficient preprocessing, aimed mainly at combinatorially hard problems. Empirically, preprocessing is highly suc-cessful in practice, e.g., in state-of-the-art SAT and ILP solvers. The notion of kernelization from parameterized complexity makes it possible to rigor-ously prove upper and lower bounds on, e.g., the maximum output size of a preprocessing in terms of one or more problem-specific parameters. This avoids the often-raised issue that we should not expect an efficient algorithm that provably shrinks every instance of any NP-hard problem. In this survey, we give a general introduction to the area of kernelization and then discuss some recent developments. After the introductory material we attempt a reasonably self-contained update and introduction on the fol-lowing topics: (1) Lower bounds for kernelization, taking into account the recent progress on the and-conjecture. (2) The use of matroids and repre-sentative sets for kernelization. (3) Turing kernelization, i.e., understanding preprocessing that adaptively or non-adaptively creates a large number of small outputs. 1
(Show Context)

Citation Context

...nd−ε) lower bound for the d-Hitting Set(n) problem for any fixed d ≥ 3. We give an or-cross-composition from Hitting Set restricted to d-partite d-uniform hypergraphs, which is NP-hard for d ≥ 3 (cf. =-=[42]-=-). In that problem we have a given partition of the ground set U into d color classes, say U = C1∪ . . .∪Cd with each hyperedge containing exactly one vertex from each set Ci, and the task is to find ...

Tight Approximation Bounds for Vertex Cover on Dense k-Partite Hypergraphs

by Marek Karpinski, Richard Schmied, Claus Viehmann
"... We establish almost tight upper and lower approximation bounds for the Vertex Cover problem on dense k-partite hypergraphs. ..."
Abstract - Add to MetaCart
We establish almost tight upper and lower approximation bounds for the Vertex Cover problem on dense k-partite hypergraphs.
(Show Context)

Citation Context

...imation upper bound is obtained by rounding the natural LP relaxation of the problem. The above bound on the integrality gap was shown to be tight in [1]. As for the lower bounds, Guruswami and Saket =-=[10]-=- proved that it is NP-hard to approximate the Vertex Cover problem on k-partite k-uniform hypergraphs to within a factor of k − ǫ for k ≥ 5. Assuming the Unique 4 Games Conjecture, they also provided ...

Recoverable Values for Independent Sets

by Uriel Feige, Daniel Reichman , 2013
"... ar ..."
Abstract - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...he 2/k bounds achieved by known approximation algorithms [12]. We are not aware of previous published hardness results for this problem, but there are some results for related problems on hypergraphs =-=[8]-=-, and hardness results for MIS in graphs with bounded chromatic number but when no coloring is given [7]. 1.3 Our techniques Vertices of very low degree receive special treatment. For MIS we show that...

Ant Colony Optimization and Hypergraph Covering Problems

by Ankit Pat, Ashish Ranjan Hota , 2011
"... ..."
Abstract - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...problems are also related to covering problems. The decision versions of these problems are NP-complete, while the optimization versions (minimum vertex/edge cover/maximum independent set) are NP-Hard=-=[29]-=-. The vertex cover problem is also known as transversal or hitting set problem, where the edge cover problem is a special case of set cover problem for hypergraphs. Computing the transversal hypergrap...

The Computational Complexity Column

by V. Arvind
"... Mathematical logic and computational complexity have close connections that can be traced to the roots of computability theory and the classical decision problem. In the context of complexity, some well-known fundamental problems are: satisfiability testing of formulas (in some logic), proof complex ..."
Abstract - Add to MetaCart
Mathematical logic and computational complexity have close connections that can be traced to the roots of computability theory and the classical decision problem. In the context of complexity, some well-known fundamental problems are: satisfiability testing of formulas (in some logic), proof complexity, and the complexity of checking if a given model satisfies a given formula. The Model Checking problem, which is the topic of the present article, is also of practical relevance since efficient model checking algorithms for temporal/modal logics are useful in formal verification. In their excellent and detailed survey, Arne Meier, Martin Mundhenk, Julian-Steffen Müller, and Heribert Vollmer tell us about the complexity of model checking for various logics: temporal, modal and hybrid and their many frag-ments. Their article brings out the intricate structures involved in the reduc-tions and the effectiveness of standard complexity classes in capturing the complexity of model checking.
(Show Context)

Citation Context

...(nd−ε) lower bound for the d-Hitting Set(n) problem for any fixed d ≥ 3. We give an or-cross-composition from Hitting Set restricted to dpartite d-uniform hypergraphs, which is NP-hard for d ≥ 3 (cf. =-=[42]-=-). In that problem we have a given partition of the ground set U into d color classes, say U = C1 ∪ . . . ∪ Cd with each hyperedge containing exactly one vertex from each set Ci, and the task is to fi...

Multi-Tuple Deletion Propagation: Approximations and Complexity

by Benny Kimelfeld, Jan Vondrák, David P. Woodruff , 2013
"... This paper studies the computational complexity of the classic problem of deletion propagation in a relational database, where tuples are deleted from the base relations in order to realize a desired deletion of tuples from the view. Such an operation may result in a (sometimes unavoidable) side eff ..."
Abstract - Add to MetaCart
This paper studies the computational complexity of the classic problem of deletion propagation in a relational database, where tuples are deleted from the base relations in order to realize a desired deletion of tuples from the view. Such an operation may result in a (sometimes unavoidable) side effect: deletion of additional tuples from the view, besides the intentionally deleted ones. The goal is to minimize the side effect. The complexity of this problem has been well studied in the case where only a single tuple is deleted from the view. However, only little is known within the more realistic scenario of multi-tuple deletion, which is the topic of this paper. The class of conjunctive queries (CQs) is among the most well studied in the literature, and we focus here on views defined by CQs that are self-join free (sjf-CQs). Our main result is a trichotomy in complexity, classifying all sjf-CQs into three categories: those for which the problem is in polynomial time, those for which the problem is NP-hard but polynomial-time approximable (by a constantfactor), and those for which even an approximation (by any factor) is NP-hard to obtain. A corollary of this trichotomy is a dichotomy in the complexity of deciding whether a sideeffect-free solution exists, in the multi-tuple case. We further extend the full classification to accommodate the presence of a constant upper bound on the number of view tuples to delete, and the presence of functional dependencies. Finally, we establish (positive and negative) complexity results on approximability for the dual problem of maximizing the number of view tuples surviving (rather than minimizing the side effect incurred in) the deletion propagation.
(Show Context)

Citation Context

...owever, we can show an infinite series of such Q where the lower bound is tight up to a constant factor (that does not depend on k). More specifically, based on a recent result by Guruswami and Saket =-=[14]-=-, the following theorem states that for k > 4, the CQ Q×k is such that it is NP-hard to approximate MinVSE〈Q×k 〉 within some ratio linear in k. Theorem 5.7. Let k > 4 be a natural number and let > 0...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University