Bandlimiting: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
→‎Bandlimited versus timelimited: minor grammatical edits
en>Kvng
new paragraph for new contribution
 
Line 1: Line 1:
In the [[mathematics|mathematical]] discipline of [[graph theory]], a '''vertex cover''' of a [[graph (mathematics)|graph]] is a set of vertices such that each edge of the graph is [[graph (mathematics)|incident]] to at least one vertex of the set.
That this person who wrote the actual article is called Leland but it's not this particular most masucline name on the internet. To go to karaoke is the thing your boyfriend loves most of nearly all. He works best as a cashier. His wife and him live from [http://www.Ehow.com/search.html?s=Massachusetts Massachusetts] and he enjoys everything that he prefers there. He's not godd at design but locate want to check his / her website: http://prometeu.net<br><br>My web blog [http://prometeu.net clash of clans hack tool no survey download]
The problem of finding a '''minimum vertex cover''' is a classical [[optimization problem]] in [[computer science]] and is a typical example of an [[NP-hard]] optimization problem that has an [[approximation algorithm]]. Its [[decision problem|decision version]], the '''vertex cover problem''', was one of [[Karp's 21 NP-complete problems]] and is therefore a classical [[NP-complete]] problem in [[computational complexity theory]]. Furthermore, the vertex cover problem is [[fixed-parameter tractable]] and a central problem in [[parameterized complexity|parameterized complexity theory]].
 
The minimum vertex cover problem can be formulated as a [[half-integral]] [[linear program]] whose [[dual linear program]] is the [[maximum matching problem]].
 
{{Covering-Packing Problem Pairs}}
 
== Definition ==
 
Formally, a vertex-cover of an undirected graph G=(V, E) is a subset V' of V such that if edge (u, v) is an edge of G then either u in V` or v in V` (or both). The set ''V`'' is said to ''cover'' the edges of ''G''. The following figure shows examples of vertex covers in two graphs (and the set ''V`'' is marked with red).
 
:[[File:Vertex-cover.svg]]
 
A '''minimum vertex cover''' is a vertex cover of smallest possible size.  The '''vertex cover number''' <math>\tau</math> is the size of a minimum vertex cover. The following figure shows examples of minimum vertex covers in the previous graphs.
 
:[[File:Minimum-vertex-cover.svg]]
 
=== Examples ===
 
* The set of all vertices is a vertex cover.
* The endpoints of any [[maximal matching]] form a vertex cover.
* The [[complete bipartite graph]] <math>K_{m,n}</math> has a minimum vertex cover of size <math>\tau(K_{m,n})=\min(m,n)</math>.
 
=== Properties ===
 
* A set of vertices is a vertex cover, if and only if its [[complement (set theory)|complement]] is an [[independent set (graph theory)|independent set]]. An immediate consequence is:
* The number of vertices of a graph is equal to its minimum vertex cover number plus the size of a maximum independent set ([[Tibor Gallai|Gallai]] 1959).
 
==Computational problem==
 
The '''minimum vertex cover problem''' is the [[optimization problem]] of finding a smallest vertex cover in a given graph.
:INSTANCE: Graph <math>G</math>
:OUTPUT: Smallest number <math>k</math> such that <math>G</math> has a vertex cover  of size <math>k</math>.
If the problem is stated as a [[decision problem]], it is called the '''vertex cover problem''':
:INSTANCE: Graph <math>G</math> and positive integer <math>k</math>.
:QUESTION: Does <math>G</math> have a vertex cover of size at most <math>k</math>?
 
The vertex cover problem is an [[NP-complete]] problem: it was one of [[Karp's 21 NP-complete problems]]. It is often used in [[computational complexity theory]] as a starting point for [[NP-hard]]ness proofs.
 
===ILP formulation===
Assume that every vertex has an associated cost of <math>c(v)\geq 0</math>.
The (weighted) minimum vertex cover problem can be formulated as the following [[integer linear program]] (ILP).<ref>{{harvnb|Vazirani|2001|pp=122–123}}</ref>
:{|
| minimize
| colspan="2" | <math>\sum_{v \in V} c(v) x_v</math>
| &nbsp;&nbsp;
| (minimize the total cost)
|-
| subject to
| <math>x_u+x_v\geq 1</math>
| for all <math>\{u,v\} \in E</math>
|
| (cover every edge of the graph)
|-
|
| <math>x_v\in\{0,1\}</math>
| for all <math>v\in V</math>.
|
| (every vertex is either in the vertex cover or not)
|}
This ILP belongs to the more general class of ILPs for [[covering problem]]s.
The [[Linear programming relaxation#Approximation and integrality gap|integrality gap]] of this ILP is <math>2</math>, so its [[Linear programming relaxation|relaxation]] gives a factor-<math>2</math> [[approximation algorithm]] for the minimum vertex cover problem.
Furthermore, the linear programming relaxation of that ILP is ''half-integral'', that is, there exists an optimal solution for which each entry <math>x_v</math> is either 0, 1/2, or 1.
 
=== Exact evaluation ===
 
The [[decision problem|decision]] variant of the vertex cover problem is [[NP-complete]], which means it is unlikely that there is an efficient algorithm to solve it exactly. NP-completeness can be proven by reduction from [[Boolean satisfiability problem|3-satisfiability]] or, as Karp did, by reduction from the [[clique problem]]. Vertex cover remains NP-complete even in [[cubic graph]]s<ref>{{harvnb|Garey|Johnson|Stockmeyer|1974}}</ref> and even in [[planar graph]]s of degree at most 3.<ref>{{harvnb|Garey|Johnson|1977}}; {{harvnb|Garey|Johnson|1979}}, pp. 190 and 195.</ref>
 
For [[bipartite graph]]s, the equivalence between vertex cover and maximum matching described by [[König's theorem (graph theory)|König's theorem]] allows the bipartite vertex cover problem to be solved in [[polynomial time]].
 
==== Fixed-parameter tractability ====
 
An [[Brute-force search|exhaustive search]] algorithm can solve the problem in time 2<sup>k</sup>''n''<sup>''O''(1)</sup>. Vertex cover is therefore [[fixed-parameter tractable]], and if we are only interested in small ''k'', we can solve the problem in [[polynomial time]]. One algorithmic technique that works here is called ''bounded search tree algorithm'', and its idea is to repeatedly choose some vertex and recursively branch, with two cases at each step: place either the current vertex or all its neighbours into the vertex cover.
The algorithm for solving vertex cover that achieves the best asymptotic dependence on the parameter runs in time <math>1.2738^k\cdot n^{O(1)}</math>.<ref>{{harvnb|Chen|Kanj|Xia|2006}}</ref>
Under reasonable complexity-theoretic assumptions, namely the [[exponential time hypothesis]], this running time cannot be improved to 2<sup>''o''(''k'')</sup>''n''<sup>''O''(1)</sup>.
 
However, for [[planar graph]]s, and more generally, for graphs excluding some fixed graph as a minor,  a vertex cover of size ''k'' can be found in time ''<math>2^{O(\sqrt{k})} n^{O(1)}</math>'', i.e., the problem is subexponential [[fixed-parameter tractable]].<ref>{{harvnb|Demaine|Fomin|Hajiaghayi|Thilikos|2005}}</ref> This algorithm is again optimal, in the sense that, under the [[exponential time hypothesis]], no algorithm can solve vertex cover on planar graphs in time ''<math>2^{o(\sqrt{k})} n^{O(1)}</math>''.<ref>{{harvtxt |Flum|Grohe|2006|p=437}}</ref>
 
=== Approximate evaluation ===
 
One can find a factor-2 [[approximation algorithm|approximation]] by repeatedly taking ''both'' endpoints of an edge into the vertex cover, then removing them from the graph. Put otherwise, we find a [[maximal matching]] ''M'' with a greedy algorithm and construct a vertex cover ''C'' that consists of all endpoints of the edges in ''M''. In the following figure, a maximal matching ''M'' is marked with red, and the vertex cover ''C'' is marked with blue.
 
:[[File:Vertex-cover-from-maximal-matching.svg]]
 
The set ''C'' constructed this way is a vertex cover: suppose that an edge ''e'' is not covered by ''C''; then ''M''&nbsp;∪&nbsp;{''e''} is a matching and ''e''&nbsp;∉&nbsp;''M'', which is a contradiction with the assumption that ''M'' is maximal. Furthermore, if ''e''&nbsp;=&nbsp;{''u'',&nbsp;''v''} ∈ ''M'', then any vertex cover – including an optimal vertex cover – must contain ''u'' or ''v'' (or both); otherwise the edge ''e'' is not covered. That is, an optimal cover contains at least ''one'' endpoint of each edge in ''M''; in total, the set ''C'' is at most 2 times as large as the optimal vertex cover.
 
This simple algorithm was discovered independently by Fanica Gavril and [[Mihalis Yannakakis]].<ref>{{harvnb|Papadimitriou|Steiglitz|1998}}, p. 432, mentions both Gavril and Yannakakis. {{harvnb|Garey|Johnson|1979}}, p. 134, cites Gavril.</ref>
 
More involved techniques show that there are approximation algorithms with a slightly better approximation factor. For example, an approximation algorithm with an approximation factor of <math>2 - \Theta \left( 1 / \sqrt{\log |V|} \right)</math> is known.<ref>{{harvnb|Karakostas|2004}}</ref>
 
==== Inapproximability ====
No better [[constant-factor approximation algorithm]] than the above one is known.
The minimum vertex cover problem is [[APX|APX-complete]], that is, it cannot be approximated arbitrarily well unless  [[P = NP problem|'''P'''&nbsp;=&nbsp;'''NP''']].
Using techniques from the [[PCP theorem]], [[Irit Dinur|Dinur]] and [[Shmuel Safra|Safra]] proved in 2005 that minimum vertex cover cannot be approximated within a factor of 1.3606 for any sufficiently large vertex degree unless '''P'''&nbsp;=&nbsp;'''NP'''.<ref>{{harvnb|Dinur|Safra|2005}}</ref> Moreover, if the [[unique games conjecture]] is true then minimum vertex cover cannot be approximated within any constant factor better than 2.<ref name="kr08">{{harvnb|Khot|Regev|2008}}</ref>
 
Although finding the minimum-size vertex cover is equivalent to finding the maximum-size independent set, as described above, the two problems are not equivalent in an approximation-preserving way: The Independent Set problem has ''no'' constant-factor approximation unless '''P'''&nbsp;=&nbsp;'''NP'''.
 
==Vertex cover in hypergraphs==
 
Given a collection of sets, a set which intersects all sets in the collection in at least one element is called a '''hitting set''', and a simple NP-hard problem is to find a hitting set of smallest size or '''minimum hitting set'''. By mapping the sets in the collection onto hyperedges, this can be understood as a natural generalization of the vertex cover problem to [[hypergraph]]s which is often just called '''vertex cover for hypergraphs''' and, in a more combinatorial context, '''[[Hypergraph#Transversals|transversal]]'''.
The notions of hitting set and [[set cover]] are equivalent.
 
Formally, let ''H''&nbsp;=&nbsp;(''V'',&nbsp;''E'') be a hypergraph with vertex set ''V'' and hyperedge set ''E''. Then a set ''S''&nbsp;⊆&nbsp;''V'' is called ''hitting set'' of ''H'' if, for all edges ''e''&nbsp;∈&nbsp;''E'', it holds ''S''&nbsp;∩&nbsp;''e''&nbsp;≠&nbsp;∅.
The computational problems ''minimum hitting set'' and ''hitting set'' are defined as in the case of graphs. Note that we get back the case of vertex covers for simple graphs if the maximum size of the hyperedges is 2.
 
If that size is restricted to ''d'', the problem of finding a minimum ''d''-hitting set permits a [[K-approximation of k-hitting set|''d''-approximation]] algorithm. Assuming the [[unique games conjecture]], this is the best constant-factor algorithm that is possible and otherwise there is the possibility of improving the approximation to ''d''&nbsp;&minus;&nbsp;1.<ref name="kr08"/>
 
===Fixed-parameter tractability===
 
For the hitting set problem, different [[fixed-parameter tractable|parameterizations]] make sense.<ref>{{harvtxt|Flum|Grohe|2006|p=10ff}}</ref>
The hitting set problem is ''W''[2]-complete for the parameter OPT, that is, it is unlikely that there is an algorithm that runs in time ''f''(OPT)''n''<sup>''O''(1)</sup> where OPT is the cardinality of the smallest hitting set.
The hitting set problem is fixed-parameter tractable for the parameter OPT&nbsp;+&nbsp;''d'', where ''d'' is the size of the largest edge of the hypergraph. More specifically, there is an algorithm for hitting set that runs in time ''d''<sup>OPT</sup>''n''<sup>''O''(1)</sup>.
 
===Hitting set and set cover===
The hitting set problem is equivalent to the [[set cover problem]]:
An instance of set cover can be viewed as an arbitrary bipartite graph, with sets represented by vertices on the left, elements of the universe represented by vertices on the right, and edges representing the inclusion of elements in sets. The task is then to find a minimum cardinality subset of left-vertices which covers all of the right-vertices. In the hitting set problem, the objective is to cover the left-vertices using a minimum subset of the right vertices. Converting from one problem to the other is therefore achieved by interchanging the two sets of vertices.
 
===Applications===
An example of a practical application involving the hitting set problem arises in efficient dynamic detection of [[race condition]]s.<ref>{{harvnb|O'Callahan|Choi|2003}}</ref> In this case, each time global memory is written, the current thread and set of locks held by that thread are stored. Under lockset-based detection, if later another thread writes to that location and there is ''not'' a race, it must be because it holds at least one lock in common with each of the previous writes. Thus the size of the hitting set represents the minimum lock set size to be race-free. This is useful in eliminating redundant write events, since large lock sets are considered unlikely in practice.
 
==Notes==
{{reflist|colwidth=25em}}
 
==References==
{{refbegin|colwidth=25em}}
* {{cite journal
| first1=Jianer          | last1=Chen
| first2=Iyad A.          | last2=Kanj
| first3=Ge              | last3=Xia
| title=Improved Parameterized Upper Bounds for Vertex Cover
| journal=Mfcs 2006
| pages=238–249
| year=2006
| doi=10.1007/11821069_21
| ref=harv
| volume=4162
| series=Lecture Notes in Computer Science
| isbn=978-3-540-37791-7}}
* {{Cite book
| last=Cormen    | first=Thomas H.  | authorlink=Thomas H. Cormen
| last2=Leiserson | first2=Charles E. | authorlink2=Charles E. Leiserson
| last3=Rivest    | first3=Ronald L.  | authorlink3=Ronald L. Rivest
| last4=Stein    | first4=Clifford  | authorlink4=Clifford Stein
| title=[[Introduction to Algorithms]] | year=2001 | publisher=MIT Press and McGraw-Hill | location=Cambridge, Mass.
| isbn=0-262-03293-7 | pages=1024–1027 |ref=harv}}
* {{cite journal
| first1=Erik          | last1=Demaine | authorlink1=Erik Demaine
| first2=Fedor V.      | last2=Fomin
| first3=Mohammad Taghi | last3=Hajiaghayi
| first4=Dimitrios M.  | last4=Thilikos
| title=Subexponential parameterized algorithms on bounded-genus graphs and H-minor-free graphs
| journal=[[Journal of the ACM]]
| volume=52 | issue=6
| pages=866–893
| year=2005
| doi=10.1145/1101821.1101823
| url=http://erikdemaine.org/papers/HMinorFree_JACM/
| ref=harv
| accessdate=2010-03-05}}
* {{cite journal
| first1=Irit | last1=Dinur
| first2=Samuel | last2=Safra | authorlink2=Shmuel Safra
| title=On the hardness of approximating minimum vertex cover
| journal=[[Annals of Mathematics]]
| volume=162 | issue=1
| pages=439–485
| year=2005
| doi=10.4007/annals.2005.162.439
| url=http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.125.334&rep=rep1&type=pdf
| ref=harv
| accessdate=2011-11-03
}}
* {{cite book
| last=Flum  | first=Jörg
| last2=Grohe | first2=Martin
| title = Parameterized Complexity Theory | year = 2006 | publisher = Springer
| url = http://www.springer.com/east/home/generic/search/results?SGWID=5-40109-22-141358322-0
| isbn = 978-3-540-29952-3 |ref=harv |accessdate=2010-03-05}}
* {{cite journal
| last1=Garey      | first1=Michael R. | author1-link=Michael R. Garey
| last2=Johnson    | first2=David S.  | author2-link=David S. Johnson
| title = The rectilinear Steiner tree problem is NP-complete
| journal = SIAM Journal on Applied Mathematics
| pages = 826–834
| year=1977
| volume=32
| issue=4
| doi=10.1137/0132071
| ref=harv}}
* {{cite book
| last1=Garey      | first1=Michael R. | author1-link=Michael R. Garey
| last2=Johnson    | first2=David S.  | author2-link=David S. Johnson
| year = 1979
| title =[[Computers and Intractability: A Guide to the Theory of NP-Completeness]]
| publisher = W.H. Freeman
| isbn = 0-7167-1045-5
| ref=harv}} A1.1: GT1, pg.190.
* {{Cite journal
| last1=Garey      | first1=Michael R. | author1-link=Michael R. Garey
| last2=Johnson    | first2=David S.  | author2-link=David S. Johnson
| last3=Stockmeyer | first3=Larry      | author3-link=Larry Stockmeyer
| contribution-url=http://portal.acm.org/citation.cfm?id=803884
| contribution=Some simplified NP-complete problems
| title=Proceedings of the sixth annual ACM symposium on Theory of computing
| pages=47–63
| year=1974
| doi=10.1145/800119.803884
| ref=harv
| postscript=<!--None-->}}
* Gallai, Tibor "Über extreme Punkt- und Kantenmengen." Ann. Univ. Sci. Budapest, Eötvös Sect. Math. '''2''', 133-138, 1959.
* {{cite journal
| last1=Karakostas | first1 = George
| title = A better approximation ratio for the Vertex Cover problem
| year=2004
| journal = {{ECCC|2004|04|084}}
| ref=harv}}
* {{cite journal
| last1=Khot | first1=Subhash | authorlink=Subhash Khot
| last2=Regev | first2=Oded
|  title=Vertex cover might be hard to approximate to within 2&minus;ε
| journal=[[Journal of Computer and System Sciences]]
| volume=74 | issue=3
| year=2008
| pages=335–349
| doi=10.1016/j.jcss.2007.06.019
| ref=harv}}
* {{cite journal
| first1=Robert | last1 =O'Callahan
| last2 =Choi  | first2=Jong-Deok
| contribution-url=http://portal.acm.org/citation.cfm?id=781528
| contribution=Hybrid dynamic data race detection
| title=Proceedings of the ACM SIGPLAN symposium on principles and practice of parallel programming (PPoPP 2003) and workshop on partial evaluation and semantics-based program manipulation (PEPM 2003)
| pages=167–178
| year=2003
| doi=10.1145/966049.781528
| ref=harv
| journal=ACM SIGPLAN Notices
| volume=38
| issue=10}}
* {{Cite document
| title=Combinatorial Optimization: Algorithms and Complexity
| last1 = Papadimitriou | first1=Christos H.
| last2 = Steiglitz    | first2=Kenneth
| year=1998
| publisher=Dover
| ref=harv
| postscript=<!--None-->}}
* {{Cite book | last=Vazirani | first=Vijay V. | authorlink=Vijay Vazirani | title=Approximation Algorithms | year=2001 | publisher=Springer-Verlag | isbn=3-540-65367-8 | pages= |ref=harv}}
 
{{refend}}
 
== External links ==
* {{MathWorld | urlname=VertexCover | title=Vertex Cover}}
* {{MathWorld | urlname=MinimumVertexCover | title=Minimum Vertex Cover }}
* {{MathWorld | urlname=VertexCoverNumber | title=Vertex Cover Number}}
 
[[Category:Computational problems in graph theory]]
[[Category:NP-complete problems]]

Latest revision as of 03:31, 8 May 2014

That this person who wrote the actual article is called Leland but it's not this particular most masucline name on the internet. To go to karaoke is the thing your boyfriend loves most of nearly all. He works best as a cashier. His wife and him live from Massachusetts and he enjoys everything that he prefers there. He's not godd at design but locate want to check his / her website: http://prometeu.net

My web blog clash of clans hack tool no survey download