O que acontece se definirmos P P A D
Recentemente dando algoritmos mais rápidos para Circuit satisfiability para pequenos circuitos acabou por ser importante, então eu pergunto o que acontece com as versões rectricted de P P A D
O que acontece se definirmos P P A D
Recentemente dando algoritmos mais rápidos para Circuit satisfiability para pequenos circuitos acabou por ser importante, então eu pergunto o que acontece com as versões rectricted de P P A D
Respostas:
A ideia básica é bastante simples: A C 0
Existem muitas definições equivalentes de PPAD na literatura que diferem em vários detalhes, portanto, deixe-me corrigir uma aqui por definição. Uma pesquisa NP problema S
O nó 0 p ( n ) ∈ V x é uma fonte (ou seja, possui grau 0 e grau 1 ). Se u ∈ V x é qualquer fonte ou coletor (grau 1 , grau 0 ) diferente de 0 p ( n ) , então h ( x , u ) é uma solução para S ( x ) .
We can define AC0PAD
I will ignore h
So, consider a PPAD problem S
(0,u,c1,…,ck)
(0,u,c1,…,cq(n),v,d1,…,dk)
(1,v,d1,…,dk)
(1,v,d1,…,dq(n),u,c1,…,ck)
E′x consists of the edges in V′x×V′x of the following kinds:
(0,u,c1,…,ck)→(0,u,c1,…,ck+1)
(0,u,c1,…,cq(n))→(0,u,c1,…,cq(n),v)
(0,u,c1,…,cq(n),v,d1,…,dk)→(0,u,c1,…,cq(n),v,d1,…,dk+1)
(0,u,c1,…,cq(n),v,d1,…,dq(n))→(1,v,d1,…,dq(n),u,c1,…,cq(n)) if f(u)=v and g(v)=u (i.e., either (u,v)∈Ex, or u=v is an isolated vertex)
(1,v,d1,…,dq(n),u,c1,…,ck+1)→(1,v,d1,…,dq(n),u,c1,…,ck)
(1,v,d1,…,dq(n),u)→(1,v,d1,…,dq(n))
(1,v,d1,…,dk+1)→(1,v,d1,…,dk)
(1,u)→(0,u)
Formally, let r(n) be a polynomial bounding the lengths of binary representations of all the sequences above (such that we can extend or shorten sequences, and extract their elements with AC0-functions); we actually put V′x={0,1}r(n), and we let all vertices except the above-mentioned sequences to be isolated.
It is easy to see that the functions f′, g′ representing G′x are AC0-computable: in particular, we can test in AC0 whether c1,…,ck is a valid partial computation of f(x,u), we can compute ck+1 from ck, and we can extract the value of f(x,u) from cq(n).
The sinks in G′x are nodes of the form (0,u,c1,…,cq(n),u,d1,…,dq(n)) where u is a sink in Gx. Likewise, sources are (1,v,d1,…,dq(n),v,c1,…,cq(n)) where v is a source in Gx, except that in the special case v=0p(n), we have pruned the line early and the corresponding source in G′x is just (0,0p(n)). We can assume the encoding of sequences is done in such a way that (0,0p(n))=0r(n).
Thus, f′ and g′ define an AC0PAD problem S′, and we can extract a solution to S(x) from a solution to S′(x) by an AC0-function h′ which outputs the second component of a sequence.