Inference and Sampling of K33-Free Ising Models

Total Page:16

File Type:pdf, Size:1020Kb

Inference and Sampling of K33-Free Ising Models Inference and Sampling of K33-free Ising Models Valerii Likhosherstov 1 Yury Maximov 1 2 Michael Chertkov 1 2 3 Abstract one of the most significant contributions in theoretical and We call an Ising model tractable when it is possi- mathematical physics of the 20th century. Then, Kac and ble to compute its partition function value (statisti- Ward (1952) showed in the case of a finite square lattice cal inference) in polynomial time. The tractability that the problem of the partition function computation is also implies an ability to sample configurations reducible to a determinant. Kasteleyn (1963) generalized of this model in polynomial time. The notion the results to the case of an arbitrary inhomogeneous interac- of tractability extends the basic case of planar tion Ising model over an arbitrary planar graph. Kasteleyn’s zero-field Ising models. Our starting point is to construction was based on mapping of the Ising model to a describe algorithms for the basic case, computing perfect matching (PM) model with specially defined weights partition function and sampling efficiently. Then, over a modified graph. Kasteleyn’s construction was also we extend our tractable inference and sampling based on the so-called Pfaffian orientation, which allows algorithms to models whose triconnected compo- counting of PMs by finding a single Pfaffian (or determi- nents are either planar or graphs of O(1) size. In nant) of a matrix. Fisher (1966) simplified Kasteleyn’s particular, it results in a polynomial-time infer- construction such that the modified graph remained pla- nar. Transition to PM is fruitful because it extends planar ence and sampling algorithms for K33 (minor)- free topologies of zero-field Ising models—a gen- zero-field Ising model inference to models embedded on eralization of planar graphs with a potentially un- a torus (Kasteleyn, 1963) and, in fact, on any surface of bounded genus. small (orientable) genus g, but with a price of the additional, multiplicative, and exponential in genus, 4g, factor in the algorithm’s run time (Gallucio & Loebl, 1999). 1. Introduction A parallel way of reducing the planar zero-field Ising model Computing the partition function of the Ising model is gener- to a PM problem consists of constructing a so-called ex- ally intractable, even an approximate solution in the special panded dual graph (Bieche et al., 1980; Barahona, 1982; anti-ferromagnetic case of arbitrary topology would have Schraudolph & Kamenetsky, 2009). This approach is more colossal consequences in the complexity theory (Jerrum & natural and interpretable because there is a one-to-one cor- Sinclair, 1993). Therefore, a question of interest—rather respondence between spin configurations and PMs on the than addressing the general case—is to look after tractable expanded dual graph. An extra advantage of this approach families of Ising models. In the following, we briefly review is that the reduction allows one to develop an exact efficient tractability related to planar graphs and graphs embedded in sampling. Based on linear algebra and planar separator surfaces of small genus. theory (Lipton & Tarjan, 1979), Wilson introduced an al- gorithm (1997) that allows one to sample PMs over planar 3 Related work. Onsager (1944) gave a closed-form solution graphs in O(N 2 ) time. The algorithms were implemented for the partition function in the case of a homogeneous inter- in (Thomas & Middleton, 2009; 2013) for the Ising model action Ising model over an infinite two-dimensional square sampling, however, the implementation was limited to only grid without a magnetic field. This result has opened an ex- the special case of a square lattice. In (Thomas & Middleton, citing era of phase transition discoveries, which is arguably 2009) a simple extension of the Wilson’s algorithm to the 1Skolkovo Institute of Science and Technology, Moscow, Rus- case of bounded genus graphs was also suggested, again g sia 2Theoretical Division and Center for Nonlinear Studies, Los with the 4 factor in complexity. Notice that imposing zero Alamos National Laboratory, Los Alamos, NM, USA 3Graduate field condition is critical, as otherwise, the Ising model over Program in Applied Mathematics, University of Arizona, Tuc- a planar graph is NP-hard (Barahona, 1982). On the other son, AZ, USA. Correspondence to: Valerii Likhosherstov <va- hand, even in the case of zero magnetic field Ising models [email protected]>. over general graphs are difficult (Barahona, 1982). th Proceedings of the 36 International Conference on Machine Contribution. In this manuscript, we discuss tractability Learning, Long Beach, California, PMLR 97, 2019. Copyright 2019 by the author(s). related to the Ising model with zero magnetic fields over Inference and Sampling of K33-free Ising Models 0 graphs more general than planar. Our construction is related V g). Let H = (VH ;EH ) be a graph. Then H is a sub- to graphs characterized in terms of their excluded minor graph of G, if VH ⊆ V; EH ⊆ E. Vertex v 2 V is an property. Planar graphs are characterized by excluded K5 articulation point of G, if G(V n fvg) is disconnected. G is minor and K33 minor (Wagner’s theorem (Diestel, 2006), biconnected if there are no articulation points in G. Bicon- Chapter 4.4). Therefore, instead of attempting to generalize nected component is a maximal subgraph of G without an from planar to graphs embedded into surfaces of higher articulation point. genus, it is natural to consider generalizations associated The graph G is planar if it can be drawn on a plane without with a family of graphs excluding K minor or K minor. 5 33 edge intersections. The corresponding drawing is referred In this manuscript, we show that K33-free zero-field Ising to as planar embedding of G. When no ambiguity arises, models are tractable in terms of inference and sampling we do not distinguish planar graph G from its embedding. 3 and give a tight asymptotic bound, O(N 2 ), for both oper- A set E0 ⊆ E is called a perfect matching (PM) of G, if ations. For that purpose, we use graph decomposition into edges of E0 are disjoint and their union equals V . PM(G) triconnected components—the result of recursive splitting denotes the set of all PMs of G. K denotes a complete by pairs of vertices, disconnecting the graph. Indeed, the p (normal) graph on p vertices, and K denotes a utility K -free graphs are simple to work with because their tri- 33 33 graph. Triple bond is a graph of two vertices and three edges connected components are either planar or K graphs (Hall, 5 between them. Multiple bond is a graph of two vertices and 1943). Therefore, the essence of our construction is to de- at least three edges between them. compose the inference task in Ising over a K33-free graph into a sequential dynamic programming evaluation over pla- nar or K5 graphs in the spirit of (Straub et al., 2014). Notice 3. Problem Setup that the triconnected classification of the tractable zero-field Let G = (V; E) be a normal graph, jV j = N. For each Ising models is complementary to the aforementioned small v 2 V , define a random binary variable (a spin) s 2 genus classification. We illustrate the difference between the v {−1; +1g, S = (s ; :::; s ). Subscript i will be used as two classifications with an explicit example of a tractable v1 vN shorthand for v , for brevity, thus S = (s ; :::; s ). For problem over a graph with genus growing linearly with i 1 N each e 2 E, define a pairwise interaction Je 2 R. We graph size. N associate assignment X = (x1; :::; xN ) 2 {−1; +1g to Structure. The manuscript is organized as follows. Sec- vector S with probability as follows: tions2 and3, respectively, establish notations and pose 0 1 problems of inference and sampling. Section4 presents 1 X (S = X) = exp J x x ; (1) transition from the zero-field Ising model to an equivalent P Z @ e v wA tractable perfect matching (PM) model. This provides a e=fv;wg2E 3 description of a O(N 2 ) inference and sampling method in where planar models, which is new (to the best of our knowledge), 0 1 and it sets the stage for what follows. Section5 discusses a X X Z = exp @ JexvxwA : scheme for polynomial inference and sampling in zero-field X∈{−1;+1gN e=fv;wg2E models over graphs with triconnected components that are either planar or of O(1) size. Section6 applies this scheme The probability distribution (1) defines the so-called zero- to K33-free zero-field Ising models, resulting in tight asymp- field (or pairwise) Ising model, and Z is called the partition totic bounds, which appear to be equivalent to those in the function (PF) of the zero-field Ising (ZFI) model. Notice planar case. Section7 describes benchmarks justifying cor- that P(S = X) = P(S = −X). rectness and efficiency of our algorithm. Technical proofs of statements given throughout the manuscript can be found Given a ZFI model, our goal is to find Z (inference) and in the supplementary material. draw samples from the model efficiently. 2. Definitions and Notations 4. Reducing Planar ZFI Model to PM Model Let V = fv1; :::; vjV jg be a finite set of vertices, a multiset In this section, we consider a special case of planar graph G E consisting of e ⊆ V , jej = 2 be edges, then we call and introduce a transition from the ZFI model to the perfect G = (V; E) a graph. We call G normal, if E is a set (i.e., matching (PM) model on a different planar graph. there are no multiple edges in G).
Recommended publications
  • Matchgates Revisited
    THEORY OF COMPUTING, Volume 10 (7), 2014, pp. 167–197 www.theoryofcomputing.org RESEARCH SURVEY Matchgates Revisited Jin-Yi Cai∗ Aaron Gorenstein Received May 17, 2013; Revised December 17, 2013; Published August 12, 2014 Abstract: We study a collection of concepts and theorems that laid the foundation of matchgate computation. This includes the signature theory of planar matchgates, and the parallel theory of characters of not necessarily planar matchgates. Our aim is to present a unified and, whenever possible, simplified account of this challenging theory. Our results include: (1) A direct proof that the Matchgate Identities (MGI) are necessary and sufficient conditions for matchgate signatures. This proof is self-contained and does not go through the character theory. (2) A proof that the MGI already imply the Parity Condition. (3) A simplified construction of a crossover gadget. This is used in the proof of sufficiency of the MGI for matchgate signatures. This is also used to give a proof of equivalence between the signature theory and the character theory which permits omittable nodes. (4) A direct construction of matchgates realizing all matchgate-realizable symmetric signatures. ACM Classification: F.1.3, F.2.2, G.2.1, G.2.2 AMS Classification: 03D15, 05C70, 68R10 Key words and phrases: complexity theory, matchgates, Pfaffian orientation 1 Introduction Leslie Valiant introduced matchgates in a seminal paper [24]. In that paper he presented a way to encode computation via the Pfaffian and Pfaffian Sum, and showed that a non-trivial, though restricted, fragment of quantum computation can be simulated in classical polynomial time. Underlying this magic is a way to encode certain quantum states by a classical computation of perfect matchings, and to simulate certain ∗Supported by NSF CCF-0914969 and NSF CCF-1217549.
    [Show full text]
  • The Geometry of Dimer Models
    THE GEOMETRY OF DIMER MODELS DAVID CIMASONI Abstract. This is an expanded version of a three-hour minicourse given at the winterschool Winterbraids IV held in Dijon in February 2014. The aim of these lectures was to present some aspects of the dimer model to a geometri- cally minded audience. We spoke neither of braids nor of knots, but tried to show how several geometrical tools that we know and love (e.g. (co)homology, spin structures, real algebraic curves) can be applied to very natural problems in combinatorics and statistical physics. These lecture notes do not contain any new results, but give a (relatively original) account of the works of Kaste- leyn [14], Cimasoni-Reshetikhin [4] and Kenyon-Okounkov-Sheffield [16]. Contents Foreword 1 1. Introduction 1 2. Dimers and Pfaffians 2 3. Kasteleyn’s theorem 4 4. Homology, quadratic forms and spin structures 7 5. The partition function for general graphs 8 6. Special Harnack curves 11 7. Bipartite graphs on the torus 12 References 15 Foreword These lecture notes were originally not intended to be published, and the lectures were definitely not prepared with this aim in mind. In particular, I would like to arXiv:1409.4631v2 [math-ph] 2 Nov 2015 stress the fact that they do not contain any new results, but only an exposition of well-known results in the field. Also, I do not claim this treatement of the geometry of dimer models to be complete in any way. The reader should rather take these notes as a personal account by the author of some selected chapters where the words geometry and dimer models are not completely irrelevant, chapters chosen and organized in order for the resulting story to be almost self-contained, to have a natural beginning, and a happy ending.
    [Show full text]
  • Lectures 4 and 6 Lecturer: Michel X
    18.438 Advanced Combinatorial Optimization Feb 13 and 25, 2014 Lectures 4 and 6 Lecturer: Michel X. Goemans Scribe: Zhenyu Liao and Michel X. Goemans Today, we will use an algebraic approach to solve the matching problem. Our goal is to derive an algebraic test for deciding if a graph G = (V; E) has a perfect matching. We may assume that the number of vertices is even since this is a necessary condition for having a perfect matching. First, we will define a few basic needed notations. Definition 1 A skew-symmetric matrix A is a square matrix which satisfies AT = −A, i.e. if A = (aij) we have aij = −aji for all i; j. For a graph G = (V; E) with jV j = n and jEj = m, we construct a n × n skew-symmetric matrix A = (aij) with an entry aij = −aji for each edge (i; j) 2 E and aij = 0 if (i; j) is not an edge; the values aij for the edges will be specified later. Recall: Definition 2 The determinant of matrix A is n X Y det(A) = sgn(σ) aiσ(i) σ2Sn i=1 where Sn is the set of all permutations of n elements and the sgn(σ) is defined to be 1 if the number of inversions in σ is even and −1 otherwise. Note that for a skew-symmetric matrix A, det(A) = det(−AT ) = (−1)n det(A). So if n is odd we have det(A) = 0. Consider K4, the complete graph on 4 vertices, and thus 0 1 0 a12 a13 a14 B−a12 0 a23 a24C A = B C : @−a13 −a23 0 a34A −a14 −a24 −a34 0 By computing its determinant one observes that 2 det(A) = (a12a34 − a13a24 + a14a23) : First, it is the square of a polynomial q(a) in the entries of A, and moreover this polynomial has a monomial precisely for each perfect matching of K4.
    [Show full text]
  • Pfaffian Orientations, Flat Embeddings, and Steinberg's Conjecture
    PFAFFIAN ORIENTATIONS, FLAT EMBEDDINGS, AND STEINBERG'S CONJECTURE A Thesis Presented to The Academic Faculty by Peter Whalen In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the School of Mathematics Georgia Institute of Technology May 2014 PFAFFIAN ORIENTATIONS, FLAT EMBEDDINGS, AND STEINBERG'S CONJECTURE Approved by: Robin Thomas, Advisor Vijay Vazarani School of Mathematics College of Computing Georgia Institute of Technology Georgia Institute of Technology Sergey Norin Xingxing Yu Department of Mathematics and School of Mathematics Statistics Georgia Institute of Technology McGill University William Trotter Date Approved: 15 April 2014 School of Mathematics Georgia Institute of Technology To Krista iii ACKNOWLEDGEMENTS First and foremost, I would like to thank my advisor, Robin Thomas, for his years of guidance and encouragement. He has provided a constant stream of problems, ideas and opportunities and I am grateful for his continuous support. Robin has had the remarkable ability to present a problem and the exact number of hints and suggestions to allow me to push the boundaries of what I can do. Under his tutelage, I've grown both as a mathematician and as a professional. But perhaps his greatest gift is his passion, for mathematics and for his students. As a mentor and as a role-model, I'm grateful to him for his inspiration. I'd like to thank my undergraduate advisor, Sergey Norin, without whom I would have never fallen in love with graph theory. It is a rare teacher that truly changes a life; I'd like to thank Paul Seymour and Robert Perrin for being two that sent me down this path.
    [Show full text]
  • Arxiv:1910.11142V1 [Cs.DS] 22 Oct 2019
    Tractable Minor-free Generalization of Planar Zero-field Ising Models Tractable Minor-free Generalization of Planar Zero-field Ising Models Valerii Likhosherstov [email protected] Department of Engineering University of Cambridge Cambridge, UK Yury Maximov [email protected] Theoretical Division and Center for Nonlinear Studies Los Alamos National Laboratory Los Alamos, NM, USA Michael Chertkov [email protected] Graduate Program in Applied Mathematics University of Arizona Tucson, AZ, USA Editor: Abstract We present a new family of zero-field Ising models over N binary variables/spins obtained by consecutive \gluing" of planar and O(1)-sized components and subsets of at most three vertices into a tree. The polynomial time algorithm of the dynamic programming type for solving exact inference (computing partition function) and exact sampling (generating i.i.d. samples) consists in a sequential application of an efficient (for planar) or brute-force (for O(1)-sized) inference and sampling to the components as a black box. To illustrate utility of the new family of tractable graphical models, we first build a polynomial algorithm for inference and sampling of zero-field Ising models over K33-minor-free topologies and over K5-minor-free topologies|both are extensions of the planar zero-field Ising models| which are neither genus- no treewidth-bounded. Second, we demonstrate empirically an improvement in the approximation quality of the NP-hard problem of inference over the square-grid Ising model in a node-dependent non-zero \magnetic" field. Keywords: Graphical model, Ising model, partition function, statistical inference. arXiv:1910.11142v1 [cs.DS] 22 Oct 2019 1.
    [Show full text]
  • Kastelyn's Formula for Perfect Matchings
    Kastelyn’s Formula for Perfect Matchings Rich Schwartz April 8, 2013 1 Pfaffian Orientations on Planar Graphs The purpose of these notes is to prove Kastelyn’s formula for the number of perfect matchings in a planar graph. For ease of exposition, I’ll prove the formula in the case when G has the following description: G can be drawn inside a polygon P such that P − G is a finite union of smaller polygons. I’ll call such a graph nice. See Figure 1. 3 1 3 3 Figure 1: a nice planar graph An elementary cycle of G is a cycle that does not surround any other vertices. In Figure 1, there are 4 elementary cycles. A Pfaffian orientation 1 on G is a choice of orientations for each edge such that there are an odd num- ber of clockwise edges on each elementary cycle. Figure 1 shows a Pfaffian orientation. The red dots indicate the clockwise edges, with respect to each elementary cycle. Lemma 1.1 Any nice graph has a Pfaffian orientation. Proof: Choose a spanning tree T for G and orient the edges of T arbitrarily. Define a dual graph as follows. Place one vertex in the interior of each elementary cycle of G, and a root vertex for the outside of the big polygon, and then connect the vertices by an edge if they cross an edge not in T . Call this dual graph T ∗. If T ∗ is not connected, then T contains a cycle. Since T contains a cycle, T ∗ is connected. If T ∗ contains a cycle, then T is not connected.
    [Show full text]
  • Strongly Pfaffian Graphs
    EUROCOMB 2021 Strongly Pfaffian Graphs Maximilian Gorsky, Raphael Steiner, and Sebastian Wiederrecht Technische Universit¨atBerlin [email protected] [email protected] [email protected] Abstract: An orientation of a graph G is Pfaffian if every even cycle C such that G−V (C) has a perfect matching has an odd number of edges oriented in either direction of traversal. Graphs that admit a Pfaffian orientation permit counting the number of their perfect matchings in polynomial time. We consider a strengthening of Pfaffian orientations. An orientation of G is strongly Pfaffian if every even cycle has an odd number of edges directed in either direction of the cycle. We show that there exist two graphs S1 and S2 such that a graph G admits a strongly Pfaffian orientation if and only if it does not contain a graph H as a subgraph which can be obtained from S1 or S2 by subdividing every edge an even number of times. Combining our main results with a result of Kawarabayashi et al. we show that given any graph the tasks of recognising whether the graph admits a strongly Pfaffian orientation and constructing such an orientation provided it exists can be solved in polynomial time. 1 Introduction All graphs considered in this article are finite and do not contain loops. We also exclude parallel edges, unless we explicitly address the graphs as multi-graphs. Let G be a graph and F ⊆ E(G) be a set of edges. F is called a matching if no two edges in F share an endpoint, a matching is perfect if every vertex of G is contained in some edge of F .
    [Show full text]
  • Matching Signatures and Pfaffian Graphs
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Elsevier - Publisher Connector Discrete Mathematics 311 (2011) 289–294 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc Matching signatures and Pfaffian graphs Alberto Alexandre Assis Miranda a,∗, Cláudio Leonardo Lucchesi a,b a Institute of Computing, University of Campinas, 13084-971 Campinas, SP, Brazil b FACOM-UFMS, 79070-900 Campo Grande, MS, Brazil article info a b s t r a c t Article history: Perfect matchings of k-Pfaffian graphs may be enumerated in polynomial time on the Received 7 June 2010 number of vertices, for fixed k. In general, this enumeration problem is #P-complete. We Received in revised form 17 October 2010 give a Composition Theorem of 2r-Pfaffian graphs from r Pfaffian spanning subgraphs. Accepted 21 October 2010 Constructions of k-Pfaffian graphs known prior to this seem to be of a very different and Available online 20 November 2010 essentially topological nature. We apply our Composition Theorem to produce a bipartite graph on 10 vertices that is 6-Pfaffian but not 4-Pfaffian. This is a counter-example to a Keywords: conjecture of Norine (2009) [8], which states that the Pfaffian number of a graph is a power Pfaffian graphs Perfect matchings of four. Matching covered graphs ' 2010 Elsevier B.V. Open access under the Elsevier OA license. 1. Introduction Let G be a graph. Let f1; 2;:::; ng be the set of vertices of G. For adjacent vertices u and v of G, we denote the edge joining u and v by uv or vu.
    [Show full text]
  • Maximum Matchings in Scale-Free Networks with Identical Degree
    Maximum matchings in scale-free networks with identical degree distribution Huan Lia,b, Zhongzhi Zhanga,b aSchool of Computer Science, Fudan University, Shanghai 200433, China bShanghai Key Laboratory of Intelligent Information Processing, Fudan University, Shanghai 200433, China Abstract The size and number of maximum matchings in a network have found a large variety of applications in many fields. As a ubiquitous property of diverse real systems, power-law degree distribution was shown to have a profound influence on size of maximum matchings in scale-free networks, where the size of maximum matchings is small and a perfect matching often does not exist. In this paper, we study analytically the maximum matchings in two scale-free networks with identical degree sequence, and show that the first network has no perfect matchings, while the second one has many. For the first network, we determine explicitly the size of maximum matchings, and provide an exact recursive solution for the number of maximum matchings. For the second one, we design an orientation and prove that it is Pfaffian, based on which we derive a closed-form expression for the number of perfect matchings. Moreover, we demonstrate that the entropy for perfect match- ings is equal to that corresponding to the extended Sierpi´nski graph with the same average degree as both studied scale-free networks. Our results indi- cate that power-law degree distribution alone is not sufficient to characterize the size and number of maximum matchings in scale-free networks. arXiv:1703.09041v1 [cs.SI] 27 Mar 2017 Keywords: Maximum matching, Perfect matching, Pfaffian orientation, Scale-free network, Complex network 1.
    [Show full text]
  • Constrained Codes As Networks of Relations
    ISIT2007, Nice, France, June 24 - June 29, 2007 Constrained Codes as Networks of Relations Moshe Schwartz Jehoshua Bruck Electrical and Computer Engineering California Institute of Technology Ben-Gurion University 1200 E California Blvd., Mail Code 136-93 Beer Sheva 84105, Israel Pasadena, CA 91125, U.S.A. [email protected] bruck@paradise. caltech. edu Abstract- We revisit the well-known problem of determining Vardy [13]. For the specific case of (1, oo) -RLL, Calkin and the capacity of constrained systems. While the one-dimensional Wilf [3] gave a numerical estimation method using transfer case is well understood, the capacity of two-dimensional systems matrices. Only for the (1, oo)-RLL constraint on the hexagonal is mostly unknown. When it is non-zero, except for the (1, oo)- RLL system on the hexagonal lattice, there are no closed-form lattice, Baxter [1] gave an exact but not rigorous1 analytical analytical solutions known. Furthermore, for the related problem solution using the corner transfer matrix method. of counting the exact number of constrained arrays of any given Other two-dimensional constraints do not fare any better. size, only exponential-time algorithms are known. Halevy et al. [7] considered bit stuffing encoders for the We present a novel approach to finding the exact capacity two-dimensional no-isolated-bit constraint to constructively of two-dimensional constrained systems, as well as efficiently counting the exact number of constrained arrays of any given estimate its capacity. Non-constructively, Forchhammer and size. To that end, we borrow graph-theoretic tools originally Laursen [6], estimated this capacity using random fields.
    [Show full text]
  • A Combinatorial Algorithm for Pfaffians1
    Electronic Colloquium on Computational Complexity, Report No. 30 (1999) A Combinatorial Algorithm for Pfaffians1 Meena Mahajan2 Institute of Mathematical Sciences, Chennai, INDIA. P. R. Subramanya & V. Vinay3 Dept. of Computer Science & Automation, Indian Institute of Science, Bangalore, INDIA. Abstract The Pfaffian of an oriented graph is closely linked to Perfect Matching. It is also naturally related to the determinant of an appropriately defined matrix. This relation between Pfaffian and determinant is usually exploited to give a fast algorithm for computing Pfaffians. We present the first completely combinatorial algorithm for computing the Pfaffian in polynomial time. Our algorithm works over arbitrary commutative rings. Over integers, we show that it can be computed in the complexity class GapL; this result was not known before. Our proof techniques generalize the recent combinatorial characterization of determinant [MV97] in novel ways. As a corollary, we show that under reasonable encodings of a planar graph, Kasteleyn's algorithm [Kas67] for counting the number of perfect matchings in a planar graph is also in GapL. The combinatorial characterization of Pfaffian also makes it possible to directly establish several algorithmic and complexity theoretic results on Perfect Matching which otherwise use determinants in a roundabout way. We also present hardness results for computing the Pfaffian of an integer skew-symmetric matrix. We show that this is hard for ]L and GapL under logspace many-one reductions. 1 Introduction The main result of this paper is a combinatorial algorithm for computing the Pfaffian of an oriented graph. This is similar in spirit to a recent result of Mahajan & Vinay [MV97] who give a combinatorial algorithm for computing the determinant of a matrix.
    [Show full text]
  • Conformal Minors, Solid Graphs and Pfaffian Orientations
    Conformal Minors, Solid Graphs and Pfaffian Orientations Nishad Kothari University of Vienna A connected graph, on at least two vertices, is matching covered if each edge lies in some perfect matching. For several problems in matching theory, such as those related to counting the number of perfect matchings, one may restrict attention to matching covered graphs. These graphs are also called 1-extendable, and there is extensive literature relating to them; Lov´aszand Plummer (1986). Special types of minors, known as conformal minors, play an important role in the theory of matching covered graphs | somewhat similar to that of topological minors in the theory of planar graphs. Lov´asz(1983) proved that each nonbipartite matching covered graph either contains K4, or contains the triangular prism C6, as a conformal minor. This leads to two problems: (i) characterize K4-free graphs, and (ii) characterize C6-free graphs. In a joint work with Murty (2016), we solved each of these problems for the case of planar graphs. We first showed that it suffices to solve these problems for special types of matching covered graphs called bricks | these are nonbipartite and 3-connected. Thereafter, we proved that a planar brick is K4-free if and only if its unique planar embedding has precisely two odd faces. Finally, we showed that apart from two infinite families there is a unique C6-free planar brick | which we call the Tricorn. Our proofs utilize the brick generation theorem of Norine and Thomas (2008). It remains to characterize K4-free nonplanar bricks, and to characterize C6-free nonplanar bricks.
    [Show full text]