In graph theory, a Pfaffian orientation of an undirected graph assigns a direction to each edge, so that certain cycles (the "even central cycles") have an odd number of edges in each direction. When a graph has a Pfaffian orientation, the orientation can be used to count the perfect matchings of the graph. This is the main idea behind the FKT algorithm for counting perfect matchings in planar graphs, which always have Pfaffian orientations. More generally, every graph that does not have the utility graph [math]\displaystyle{ K_{3,3} }[/math] as a graph minor has a Pfaffian orientation, but [math]\displaystyle{ K_{3,3} }[/math] does not, nor do infinitely many other minimal non-Pfaffian graphs.
A Pfaffian orientation of an undirected graph is an orientation in which every even central cycle is oddly oriented. The terms of this definition have the following meanings:
Pfaffian orientations have been studied in connection with the FKT algorithm for counting the number of perfect matchings in a given graph. In this algorithm, the orientations of the edges are used to assign the values [math]\displaystyle{ \pm 1 }[/math] to the variables in the Tutte matrix of the graph. Then, the Pfaffian of this matrix (the square root of its determinant) gives the number of perfect matchings. Each perfect matching contributes [math]\displaystyle{ \pm 1 }[/math] to the Pfaffian regardless of which orientation is used; the choice of a Pfaffian orientation ensures that these contributions all have the same sign as each other, so that none of them cancel. This result stands in contrast to the much higher computational complexity of counting matchings in arbitrary graphs.[2]
A graph is said to be Pfaffian if it has a Pfaffian orientation. Every planar graph is Pfaffian.[3] An orientation in which each face of a planar graph has an odd number of clockwise-oriented edges is automatically Pfaffian. Such an orientation can be found by starting with an arbitrary orientation of a spanning tree of the graph. The remaining edges, not in this tree, form a spanning tree of the dual graph, and their orientations can be chosen according to a bottom-up traversal of the dual spanning tree in order to ensure that each face of the original graph has an odd number of clockwise edges.[4]
More generally, every [math]\displaystyle{ K_{3,3} }[/math]-minor-free graph has a Pfaffian orientation. These are the graphs that do not have the utility graph [math]\displaystyle{ K_{3,3} }[/math] (which is not Pfaffian) as a graph minor. By Wagner's theorem, the [math]\displaystyle{ K_{3,3} }[/math]-minor-free graphs are formed by gluing together copies of planar graphs and the complete graph [math]\displaystyle{ K_5 }[/math] along shared edges. The same gluing structure can be used to obtain a Pfaffian orientation for these graphs.[4]
Along with [math]\displaystyle{ K_{3,3} }[/math], there are infinitely many minimal non-Pfaffian graphs.[1] For bipartite graphs, it is possible to determine whether a Pfaffian orientation exists, and if so find one, in polynomial time.[5]
Original source: https://en.wikipedia.org/wiki/Pfaffian orientation.
Read more |