User:Bender2k14/Holant

From Wikipedia, the free encyclopedia

In theoretical computer science, the Holant is a function defined over instances of problems in the Holant framework. A problem in the Holant framework is defined by specifying a set of local constrain functions just as is done for a counting constraint satisfaction problem (#CSP). The Holant framework includes the #CSP framework as a special case, which in turn contains counting graph homomorphisms as a special case.

Many natural problems are expressible in the Holant framework. The framework is also important because it is conjectured that every problem it contains is either computable in polynomial time or is #P-hard. Theorems with this conclusion are called dichotomy theorems and have been proved for many special cases of the Holant framework.

Definition[edit]

A signature grid is a tuple containing a graph , a set of functions (also called signatures) from [d]k to a commutative semiring (or simply a field such as the complex numbers), and a mapping π that assigns to a vertex a signature from . An assignment σ from [d] to every edge gives an evaluation

where E(v) denotes the incident edges of v and denotes the restriction of to E(v). Sometimes, this evaluation is also called the weight of the assignment .

Each set of signatures defines a counting problem Holant. An instance of the counting problem is a signature grid Ω. The counting problem on the instance Ω is to compute the Holant function

The term Holant was introduced by Leslie Valiant in his seminal work on holographic algorithms.[1] The above definition for Holant, introduced by Cai, Lu, and Xia in 2008, is now standard.[2]

Bipartite graphs[edit]

This definition has a slight generalization for bipartite graphs, which is particularly useful for expressing holographic algorithms.

For a bipartite graph , the signature grid contains two sets of signatures and , and the vertices in U are assigned signatures from while the vertices in V are assigned signatures from . This bipartite Holant problem is expressed as Holant, but the formal definition of the Holant function remains unchanged; it is still the sum over every assignment, the product over the signature evaluations at each vertex where the inputs to each signature are the values assigned to the incident edges of the vertex.

Specializations[edit]

Individual problems[edit]

Many classic counting problems have natural expressions in the Holant framework (or its bipartite variant), especially in the Boolean domain (where the assignments to the edges are one of two values, usually denoted by 0 and 1).

TODO:

  • edge covers
  • upset and downset (see also, antichain)
  • #PL-CUT: given a planar graph G and a number k the problem is to compute the number of 2-colorings of the nodes of G such that exactly k edges have ends of opposite color (see Holographic Algorithms - Leslie G. Valiant [SIAM JoC])
Matchings

When the signature set consists of the AT-MOST-ONE signature of every arity, the Holant function counts the number of matchings in the input graph. If the signature set consists of the EXACT-ONE signatures of every arity, then the Holant function counts the number of perfect matchings in the input graph. Both of these counting problems are #P-complete over k-regular graphs for . Counting the number of matchings remains #P-complete even when the input graphs must also be planar, but counting the number of perfect matchings over planar graphs is tractable by the FKT algorithm.

Vertex covers and independent sets

In the bipartite variant, when consists of the binary OR signature and consists of the EQUALITY signatures of every arity, the Holant function applied to a bipartite graph counts the number of vertex covers in the graph with vertex set V and edge set Basically each (degree two) vertex in U acts like an edge for its two neighboring vertices in V. Similarly, if and , then the Holant function counts the number of independent sets in the same implicit graph. Both of these counting problems are #P-complete even when restricted to planar k-regular graphs for .

Eulerian orientations

Another natural problem easily expressible as a bipartite Holant problem is counting the number of Eulerian orientations. This is the case when consists of the binary DISEQUALITY signature and consists of the EXACTLY-HALF signatures of every even arity that are 1 when exactly half of the inputs are 1 and is 0 otherwise. The Eulerian orientations are being counted in the same implicit graph defined above. This time, the binary DISEQUALITY signature on the vertices in U gives an orientation to the edges represented by these vertices. This problem is #P-complete even when restricted to planar k-regular graphs for even (REF: my paper with Heng).

Graph colorings

Graph coloring problems are naturally expressed as Holant problems with larger domains.

The problem of counting vertex colorings using d colors corresponds to the bipartite Holant problem on domain size d in which consists of the binary DISEQUALTY signature and consists of the EQUALITY signatures of every arity. The vertex colorings are being counted in the same implicit graph as defined above. This problem is also #P-complete, even when restricted to planar bipartite graphs (REF: Tutte polynomial), except for when d=2, in which case the problem is tractable even over general graphs.

The problem of counting edge colorings using d colors corresponds to the Holant problem with domain size d in which consists of the ALL-DISTINCT signatures of every arity that are 1 when all the inputs are distinct and is 0 otherwise.

Counting constraint satisfaction problems[edit]

When The framework of counting constraint satisfaction problems (#CSP)

Graph homomorphism[edit]

Research interests[edit]

By a generalization of Ladner's theorem, there are also problems in neither FP nor #P-complete as long as FP ≠ #P. (TODO cite paper here)

See also[edit]

References[edit]

  1. ^ Valiant, Leslie (17–19 October 2004). Holographic Algorithms (Extended Abstract). FOCS 2004. Rome, Italy: IEEE Computer Society. pp. 306–315. doi:10.1109/FOCS.2004.34. ISBN 0-7695-2228-9. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)CS1 maint: date format (link)
  2. ^ Cai, Jin-Yi; Lu, Pinyan; Xia, Mingji (25–28 October 2008). "Holographic Algorithms by Fibonacci Gates and Holographic Reductions for Hardness". FOCS. Proceedings of the 49th Annual IEEE Symposium on Foundations of Computer Science. Philadelphia, PA, USA: IEEE Computer Society. pp. 644–653. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |booktitle= ignored (|book-title= suggested) (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)CS1 maint: date format (link)