Generalized Hypergraph Matching Via Iterated Packing and Local Ratio

Total Page:16

File Type:pdf, Size:1020Kb

Generalized Hypergraph Matching Via Iterated Packing and Local Ratio Generalized Hypergraph Matching via Iterated Packing and Local Ratio Ojas Parekh1 and David Pritchard2 ⋆⋆ 1 Sandia National Laboratories, Albuquerque NM 87185, USA , [email protected] 2 University of Southern California, Los Angeles CA 90089, USA, [email protected] Abstract. In k-hypergraph matching, we are given a collection of sets of size at most k, each with an associated weight, and we seek a maximum-weight subcollection whose sets are pairwise disjoint. More generally, in k-hypergraph b-matching, instead of disjointness we require that every element appears 1 in at most b sets of the subcollection. Our main result is a linear-programming based (k − 1+ k )- approximation algorithm for k-hypergraph b-matching. This settles the integrality gap when k is one more than a prime power, since it matches a previously-known lower bound. When the hypergraph is bipartite, we are able to improve the approximation ratio to k − 1, which is also best possible relative to the natural LP. These results are obtained using a more careful application of the iterated packing method. Using the bipartite algorithmic integrality gap upper bound, we show that for the family of combinato- rial auctions in which anyone can win at most t items, there is a truthful-in-expectation polynomial-time auction that t-approximately maximizes social welfare. We also show that our results directly imply new approximations for a generalization of the recently introduced bounded-color matching problem. We also consider the generalization of b-matching to demand matching, where edges have nonuniform de- mand values. The best known approximation algorithm for this problem has ratio 2k on k-hypergraphs. We give a new algorithm, based on local ratio, that obtains the same approximation ratio in a much simpler way. 1 Introduction In a matching problem we want to find the maximum weight subcollection of pairwise disjoint sets within a given collection. Often these problems are studied with respect to the maximum set size k (i.e. on “k- hypergraphs”); matching is polynomial-time solvable for k = 2, while it is APX-hard for k = 3, even in special cases like 3-dimensional matching [18]. The b-matching problem generalizes matching: the input specifies a limit bv for every vertex, and we can select at most bv sets containing each v; ordinary matching results when b is the all-1 vector. A b-matching instance can allow each set e to be selected multiple times up to some upper capacity limit ce. Simple b- arXiv:1604.00322v1 [cs.DS] 1 Apr 2016 matching is the case where all capacities are unit. The uncapacitated case is where c = ∞−→, i.e. there are no capacity limits. One of our results considers the generalization of b-matching to demand matching, a notion originally introduced for graphs in [26]. For this problem each edge is given a demand value de, and we now constrain that for every vertex v, the sum of the d-values of the incident edges should be at most bv. When d is the all-1 vector we recover the b-matching problem. Hypergraphic matching problems are often studied via linear programming relaxations. In this paper we use only the naive LP relaxations. The worst-case ratio between the LP optimum and the optimal integral solution is called the integrality gap. An LP-relative α-approximation algorithm is one that produces (in polynomial time) an integral solution of value at least 1/α times the LP’s optimal value — this both upper ⋆⋆ Sandia National Laboratories is a multi-program laboratory managed and operated by Sandia Corporation, a wholly owned subsidiary of Lockheed Martin Corporation, for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-AC04-94AL85000. bounds the integrality gap by α and gives an α-approximation algorithm. Many classical approximation algorithms are LP-relative; so the notion is not novel, rather, this terminology helps us be concise. 1.1 Results Our main result is the following theorem. 1 Theorem 1. There is an LP-relative (k − 1+ k )-approximation algorithm for k-hypergraph b-matching, for any capacities. In [23] one of the authors announced, without a proof, a weaker result than the above theorem, namely an 1 upper bound of k − 1+ k on the integrality gap. Here we give an algorithm to find an integral solution matching this bound in polynomial time, requiring a significant extension of the techniques presented in [23]. 1 For the special case b = 1, F¨uredi, Kahn and Seymour [15] proved an upper bound of k − 1+ k in 1993, while Chan & Lau [10] recently gave the first polynomial-time algorithm matching this bound. Their technique does not directly extend to the k-hypergraph b-matching case. The technique that we use to prove Theorem 1 is iterated packing, the same technique from [23]. Part of the contribution of the present paper is to simplify and extend some of the the approaches from [23] and [10]. Our main technical innovation is, using iterated packing, to explicitly specify particular additional solutions as ineligible for packing: not only solutions that would be ineligible for the original problem, rather we additionally prohibit solutions exceeding the ceiling of the current fractional solution. Theorem 1 is tight for infinitely many k: when k − 1 is a prime power, as observed in [15], the projective PG 1 plane (2, k − 1) of order k − 1 yields a matching lower bound of k − 1+ k on the integrality gap. It is an interesting open question to settle the integrality gap for any other values of k. We are able to determine the exact integrality gap for another interesting class of hypergraphs. Call a hypergraph bipartite ([1]; cf. [24]) if, for some distinguished subset U of vertices, every hyperedge contains exactly one vertex from U. Theorem 2. There is an LP-relative (k−1)-approximation algorithm for bipartite k-hypergraph b-matching, for any capacities. Chan and Lau [10] proved Theorem 2 in the special case that b = 1 and the instance is k-dimensional3. Proving Theorem 2 is similar to Theorem 1 plus extending an observation of [10] from k-dimensional hypergraphs to bipartite ones. Like Theorem 1, a matching integrality gap lower bound is known [14, p. 157] when k − 1 is a prime power: the hypergraphic dual of the affine geometry AG(2, k − 1), i.e. a truncated projective plane, has integrality gap k − 1. We obtain the following interesting corollaries from the bipartite case. In the bounded-color k-hypergraph b-matching problem we are given an instance of the k-hypergraph b-matching problem along with a partition of the edge set into l color classes, E = E1 ∪···∪ El, and a positive integer wi for 1 ≤ i ≤ l. We seek a feasible k-hypergraph b-matching of maximum weight such that at most wi edges from class Ei are selected for each i. Corollary 1. There is an LP-relative k-approximation for bounded-color k-hypergraph b-matching. Corollary 2. For combinatorial auctions where each bidder can win at most (k−1) items, there is a random- ized polynomial-time mechanism that, in expectation, is both truthful and (k − 1)-approximately maximizes social welfare. We are not aware of any prior results for this extremely natural class of combinatorial auctions, cf. [22, Ch. 12]. The proof of Corollary 2 uses the mechanism of Lavi and Swamy [21], where the distinguished vertices in the bipartite hypergraph correspond to the bidders. For this application, it is crucial that Theorem 2 gives an LP-relative approximation in polynomial time. Finally, we give a new short proof of the following known theorem: 3 A hypergraph is k-dimensional if for some k-partition of the ground set, every edge intersects every part exactly once. 2 Theorem 3 ([23]). There is an LP-relative 2k-approximation for k-hypergraph demand matching. Our simpler proof is based on the local ratio method, rather than the iterated packing used in [23]. We rely on a connection in [5, p. 12] between local ratio and iterated packing. 1.2 Related Work As Tutte observed [28], both in edge-weighted graphs and in the cardinality case, uncapacitated graphic b- matching can be reduced to matching by replacing each vertex by bv clones. Each edge uv is likewise cloned bubv times. This reduction has two problems: (1) the clones cause an exponential increase in the instance size (from lgkbk1 to kbk1); and (2) it does not work in the capacitated case, since we need to prevent too many clones of the same edge from being selected. Cloning applies to hypergraphs, too, but has the same two problems. Algorithmically, we can often avoid (1) by not dealing with the clones explicity. For graphs we can fix problem (2): an edge-trisecting reduction [28] (see also [25, p. 562]) extends cloning to work on capacitated instances. But for hypergraphs, there is no known workaround for problem (2). As a strawman, let us mention that one can reduce capacitated b-matching in k-hypergraphs to unca- pacitated b-matching in (k + 1)-hypergraphs, by inserting new vertices in each hyperedge and by moving each edge’s capacity to the b value of its new vertex. One can even then apply cloning. But this is not that useful for us: e.g., we cannot use the previously-known b = 1 case of version Theorem 1 to even prove the nonconstructive version of Theorem 1 for general b, since this reduction increases the hyperedge size from k to k + 1. Algorithmically, the simple (capacity c = 1) case of b-matching is the hardest.
Recommended publications
  • On Vertex Independence Number of Uniform Hypergraphs
    Acta Univ. Sapientiae, Informatica, 6, 1 (2014) 132{158 On vertex independence number of uniform hypergraphs Tariq A. CHISHTI Guofei ZHOU University of Kashmir Nanjing University Department of Mathematics Department of Mathematics Srinagar, India Nanjing, China email: [email protected] email: [email protected] Shariefuddin PIRZADA Antal IVANYI´ University of Kashmir E¨otv¨osLor´andUniversity Department of Mathematics Faculty of Informatics Srinagar, India Budapest, Hungary email: email: [email protected] [email protected] Abstract. Let H be an r-uniform hypergraph with r ≥ 2 and let α(H) be its vertex independence number. In the paper bounds of α(H) are given for different uniform hypergraphs: if H has no isolated vertex, then in terms of the degrees, and for triangle-free linear H in terms of the order and average degree. 1 Introduction to independence in graphs Let n be a positive integer. A graph G on vertex set V = fv1; v2; : : : ; vng is a pair (V; E), where the edge set E is a subset of V × V. n is the order of G and jEj is the size of G. Computing Classification System 1998: G.2.2 Mathematics Subject Classification 2010: 05C30, 05C50 Key words and phrases: uniform hypergraph, independence number, lower bound DOI:10.2478/ausi-2014-0022 132 On vertex independence number of uniform hypergraphs 133 Let v 2 V and N(v) be the neighborhood of v, namely, the set of vertices x so that there is an edge which contains both v and x. Let U be a subset of V, then the subgraph of G induced by U is defined as a graph on vertex set U and edge set EU = f(u; v)ju 2 u and v 2 Ug.
    [Show full text]
  • Qualitative Reasoning for Spatial Matching 1 [email protected] Qualitative Reasoning for Spatial Matching
    Qualitative Reasoning for Spatial Matching 1 [email protected] Qualitative Reasoning for Spatial Matching Diedrich Wolter Universit¨atBremen, Transregional Collaborative Research Center SFB/TR 8 Spatial Cognition Abstract. Matching two representations against one another is central to many applications, e.g., matching observation against models in ob- ject or scene recognition or matching a local perception against a global map in self-localization if a mobile robot. In both examples, spatial infor- mation structures are associated, i.e., the representation includes spatial arrangement information of individual parts, either in a relative or an absolute frame of reference. In this paper the utility of qualitative configuration information for matching is investigated. Qualitative configuration information expresses relative arrangement information. It is argued that such information is helpful for making side conditions of plausible matchings explicit, which can improve matching efficiency as well as quality of the matching. Keywords. Matching, Qualitative Spatial Information 1 Introduction Many applications involve the task of matching two representations against one another. For example scene recognition involves identifying a set of spatially distributed objects. Many objects bear rich information which can be exploited the recognition task, but it is information about the spatial arrangement of the involved objects that allows for important distinctions. Consider you are observing a scene that contains dishes, glasses, and sets of cutlery. These objects, when nicely arranged on a table, gives rise to the hypothesis that you are about to enjoy a nice meal, whereas piled up dishes, glasses, and clutter of cutlery suggests dish washing to be your destiny. This article investigates into matching tasks which are involved with match- ing spatially embedded representations, i.e.
    [Show full text]
  • Curriculum Vitae Prof. Dr. Anand Srivastav Personal Data Name Prof
    Curriculum Vitae Prof. Dr. Anand Srivastav Personal Data Name Prof. Dr. Anand Srivastav (Dipl. Math., Dipl. Phys.) Place/Date of Birth Agra (India), in 1958 Affiliation Institution Christian-Albrechts-Universität zu Kiel (CAU) Institute Department of Computer Science Address Christian-Albrechts-Platz 4, D-24118 Kiel, Germany Phone / Fax +49 431 880-7252 / -1725 E-Mail [email protected] Education 1996 Habilitation in Computer Science, Freie Universität zu Berlin, Germany 1988 Dr. rer. nat. (in Mathematics), Westfälische Wilhelms-Universität Münster 1988 Dipl. Phys. degree (Master of Physics), Westfälische Wilhelms-Universität Münster, Germany 1984 Dipl. Math. degree (Master of Mathematics), Westfälische Wilhelms- Universität Münster, Germany 1978 – 1984 Study of Physics and Mathematics at the Westfälische Wilhelms- Universität Münster, Germany 1965 – 1978 School Education in India and Germany Academic Appointments since 1997 Professor for Mathematics (Discrete Optimization), Christian-Albrechts- Universität zu Kiel 1995 – 1997 Assistent Professor at the Computer Science Department, Humboldt- Universität zu Berlin 1994 – 1995 Visiting Professor at the Computer Science Department, Freie Universität Berlin 1993 – 1994 Visiting Professor at IMA (University of Minnesota), Courant Institute for Mathematical Sciences (New York University) and Yale University, USA 1988 – 1993 Assistent Professor, Institute for Discrete Mathematics, Rheinische Friedrich- Wilhelms-Universität Bonn Important Functions since 2008 Co-Speaker of the Research
    [Show full text]
  • Matchings in Balanced Hypergraphs
    Matchings in balanced hypergraphs Von der Fakultat¨ fur¨ Mathematik, Informatik und Naturwissenschaften der RWTH Aachen University zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften genehmigte Dissertation vorgelegt von Diplom-Mathematiker Robert Berthold Scheidweiler aus Duren-Birkesdorf.¨ Berichter: Universitatsprofessor¨ Dr. Eberhard Triesch Universitatsprofessor¨ Dr. Arie M.C.A. Koster Tag der mundlichen¨ Prufung:¨ 19. April 2011 Diese Dissertation ist auf den Internetseiten der Hochschulbibliothek online verfugbar.¨ Danksagung In den letzten funf¨ Jahren habe ich am Lehrstuhl II fur¨ Mathematik der RWTH Aachen Uni- versity die vorliegende Dissertation verfasst. Einigen gebuhrt¨ fur¨ ihre Unterstutzung¨ und Hilfe wahrend¨ dieser Zeit besonderer Dank. Zuallererst mochte¨ ich mich bei dem Betreuer meiner Dissertation und meinem Chef, Eberhard Triesch, bedanken. Durch ihn habe ich das Thema dieser Arbeit erhalten, das mir sehr ans Herz gewachsen ist. Er hat mir bei meinen Forschungen immer mit Rat und Tat zur Seite gestanden und mich auch bei langer¨ andauern- den Durststrecken niemals unter Druck gesetzt. Seine positive Unterstutzung¨ und geduldige Hilfe haben mich motiviert, diese Arbeit zu vollenden. Weiterhin mochte¨ ich mich bei Arie Koster, meinem Zweitgutachter, bedanken. Mehrfach hat er im Verlauf meiner Promotion Anregungen gegeben, die dann in die Dissertation eingeflossen sind. Vor der endgultigen¨ Ab- gabe hat er durch seine Verbesserungsvorschlage,¨ fur¨ die ich sehr dankbar bin, zur jetzigen Form der Arbeit beigetragen. Danken mochte¨ ich außerdem Bert Randerath, der mir half, einige Startschwierigkeiten zu uberwinden,¨ als ich begann, die balancierten Hypergraphen zu erforschen. Hartmut Fuhr¨ hat sehr viel Zeit darauf verwendet, mir die harmonische Analysis naher¨ zu bringen. Seine Bemuhungen¨ haben meine Promotion weiter voran gebracht.
    [Show full text]
  • Learning from Networked Examples
    Learning from Networked Examples∗ Yuyi Wang ETH Zurich,¨ Switzerland Zheng-Chu Guo Zhejiang University, P.R. China Jan Ramon Inria, France & KULeuven, Belgium Editor: The correct dates will be entered by the editor Abstract Many machine learning algorithms are based on the assumption that training examples are drawn independently. However, this assumption does not hold anymore when learning from a networked sample because two or more training examples may share some common objects, and hence share the features of these shared objects. We show that the classic approach of ignoring this problem potentially can have a harmful effect on the accuracy of statistics, and then consider alternatives. One of these is to only use independent examples, discarding other information. However, this is clearly suboptimal. We analyze sample error bounds in this networked setting, providing signifi- cantly improved results. An important component of our approach is formed by efficient sample weighting schemes, which leads to novel concentration inequalities. Keywords: Networked Examples, Non-i.i.d. Sample, Concentration Inequality, Sample Error Bound, Generalization Error Bound 1. Introduction Recently, there has been an increasing interest in network-structured data, such as data in social net- works (Leinhardt, 2013), economic networks (Knoke, 2014), citation networks (Nykl et al., 2014) and chemical interaction networks (Szklarczyk et al., 2014). An important challenge is that data concerning related objects cannot be assumed to be independent. More precisely, a key assump- arXiv:1405.2600v4 [cs.AI] 3 Jun 2017 tion made by many approaches in the field of statistics and machine learning is that observations are drawn independently and identically (i.i.d.) from a fixed distribution.
    [Show full text]
  • Deterministic Distributed Edge-Coloring Via Hypergraph Maximal Matching
    Deterministic Distributed Edge-Coloring via Hypergraph Maximal Matching Manuela Fischer Mohsen Ghaffari Fabian Kuhn ETH Zurich ETH Zurich University of Freiburg manuela.fi[email protected] ghaff[email protected] [email protected] Abstract We present a deterministic distributed algorithm that computes a (2∆ 1)-edge-coloring, or even list-edge-coloring, in any n-node graph with maximum degree ∆, in O(log− 7 ∆ log n) rounds. This answers one of the long-standing open questions of distributed graph algorithms· from the late 1980s, which asked for a polylogarithmic-time algorithm. See, e.g., Open Problem 4 in the Distributed Graph Coloring book of Barenboim and Elkin. The previous best round complexities O(√log n) were 2 by Panconesi and Srinivasan [STOC’92] and O˜(√∆) + O(log∗ n) by Fraigniaud, Heinrich, and Kosowski [FOCS’16]. A corollary of our deterministic list-edge-coloring also improves the randomized complexity of (2∆ 1)-edge-coloring to poly(log log n) rounds. − The key technical ingredient is a deterministic distributed algorithm for hypergraph maximal matching, which we believe will be of interest beyond this result. In any hypergraph of rank r — where each hyperedge has at most r vertices — with n nodes and maximum degree ∆, this algorithm computes a maximal matching in O(r5 log6+log r ∆ log n) rounds. · This hypergraph matching algorithm and its extensions also lead to a number of other results. In particular, we obtain a polylogarithmic-time deterministic distributed maximal independent set (MIS) algorithm for graphs with bounded
    [Show full text]
  • Tur\'An Numbers for Forests of Paths in Hypergraphs
    TURAN´ NUMBERS FOR FORESTS OF PATHS IN HYPERGRAPHS NEAL BUSHAW AND NATHAN KETTLE Abstract. The Tur´an number of an r-uniform hypergraph H is the maximum number of edges in any r-graph on n vertices which does not contain H as a (r) subgraph. Let Pℓ denote the family of r-uniform loose paths on ℓ edges, F(k,l) (r) (r) denote the family of hypergraphs consisting of k disjoint paths from Pℓ , and Lℓ denote an r-uniform linear path on ℓ edges. We determine precisely exr(n; F(k,l)) (r) and exr(n; k · Lℓ ), as well as the Tur´an numbers for forests of paths of differing lengths (whether these paths are loose or linear) when n is appropriately large dependent on k,l,r, for r ≥ 3. Our results build on recent results of F¨uredi, Jiang, and Seiver who determined the extremal numbers for individual paths, and provide more hypergraphs whose Turan numbers are exactly determined. 1. Introduction and Background Extremal graph theory is that area of combinatorics which is concerned with find- ing the largest, smallest, or otherwise optimal structures with a given property. Often, the area is concerned with finding the largest (hyper)graph avoiding some subgraph. We build on earlier work of F¨uredi, Jiang, and Seiver [19], who deter- mined the extremal numbers when the forbidden hypergraph is a single linear path or a single loose path. In this paper, we determine precisely the exact Tur´an numbers when the forbidden hypergraph is a forest of loose paths, or a forest of linear paths; our main results appear in Section 2.
    [Show full text]
  • Distributed Algorithms for Covering, Packing and Maximum Weighted Matching
    Noname manuscript No. (will be inserted by the editor) Distributed Algorithms for Covering, Packing and Maximum Weighted Matching Christos Koufogiannakis · Neal E. Young Received: date / Accepted: date Abstract This paper gives poly-logarithmic-round, dis- 1 Background and results tributed δ-approximation algorithms for covering prob- lems with submodular cost and monotone covering con- Many distributed systems are composed of components straints (Submodular-cost Covering). The approx- that can only communicate locally, yet need to achieve a imation ratio δ is the maximum number of variables in global (system-wide) goal involving many components. any constraint. Special cases include Covering Mixed The general possibilities and limitations of such sys- Integer Linear Programs (CMIP), and Weighted tems are widely studied [42,49,54,38,39,12]. It is of Vertex Cover (with δ = 2). specific interest to see which fundamental combinato- Via duality, the paper also gives poly-logarithmic- rial optimization problems admit efficient distributed round, distributed δ-approximation algorithms for Frac- algorithms that achieve approximation guarantees that tional Packing linear programs (where δ is the max- are as good as those of the best centralized algorithms. imum number of constraints in which any variable oc- Research in this spirit includes works on Set Cover curs), and for Max Weighted c-Matching in hy- (Dominating Set) [26,40,41], capacitated domi- pergraphs (where δ is the maximum size of any of the nating set [37], Capacitated Vertex Cover [16, hyperedges; for graphs δ = 2). 17], and many other problems. This paper presents dis- The paper also gives parallel (RNC) 2-approximation tributed approximation algorithms for some fundamen- algorithms for CMIP with two variables per constraint tal covering and packing problems.
    [Show full text]
  • On Derandomizing Local Distributed Algorithms
    On Derandomizing Local Distributed Algorithms Mohsen Ghaffari David G. Harris Fabian Kuhn∗ ETH Zurich University of Maryland, College Park University of Freiburg [email protected] [email protected] [email protected] Abstract The gap between the known randomized and deterministic local distributed algorithms underlies ar- guably the most fundamental and central open question in distributed graph algorithms. In this paper, we develop a generic and clean recipe for derandomizing randomized LOCAL algorithms and transform- ing them into efficient deterministic LOCAL algorithm. We also exhibit how this simple recipe leads to significant improvements on a number of problems, in cases resolving known open problems. Two sample end-results are as follows: • An improved distributed hypergraph maximal matching algorithm, which improves on that of Fis- cher, Ghaffari, and Kuhn [FOCS’17], and leads to improved algorithms for edge-coloring, maxi- mum matching approximation, and low out-degree edge orientation. The first gives an improved algorithm for Open Problem 11.4 of the book of Barenboim and Elkin, and the last gives the first positive resolution of their Open Problem 11.10. • An improved distributed algorithm for the Lovasz´ Local Lemma, which gets closer to a conjec- ture of Chang and Pettie [FOCS’17], and moreover leads to improved distributed algorithms for problems such as defective coloring and k-SAT. ∗Supported by ERC Grant No. 336495 (ACDC). 1 Introduction and Related Work The gap between the best known deterministic and randomized local distributed algorithms constitutes a central open question in the area of distributed graph algorithms. For many of the classic problems (e.g., maximal independent set (MIS) and (∆ + 1)-vertex coloring), O(log n)-time randomized algorithms have been known since the pioneering work of Luby [Lub86] and Alon, Babai, and Itai [ABI86].
    [Show full text]
  • Matching Theory-A Sampler: from D&Es Kgnig to The
    Discrete Mathematics 100 (1992) 177-219 177 North-Holland Matching theory-a sampler: from D&es KGnig to the present Michael D. Plummer* Department of Mathematics, Vanderbilt University, Nashville, TN 37235, USA Received 20 March 1991 Revised 8 October 1991 Abstract Plummer, M.D., Matching theory-a sampler: from D&es Kijnig to the present, Discrete Mathematics 100 (1992) 177-219. 1. Introduction and terminology Let G be a finite undirected graph without loops or multiple lines. A set of lines M c E(G) is a matching if no two share a common endpoint. A matching is said to be perfect if it covers all points of G. One can take the point of view that a perfect matching is a special case of a more general concept in graph theory-an n-factor. An n-factor of graph G is a spanning subgraph which is regular of degree n; that is, each point has degree it. So a perfect matching is a l-factor. But we can generalize even more. Let f denote a function which assigns to each point u in V(G) a nonnegative integer f(v). Then an f-factor is any subgraph F of G in which deg F2r =f(v). The existence of these increasingly more general concepts for a fixed graph G are all instances of what have come to be called degree-constrained subgraph problems. The reader of these Proceedings may see in Mulder’s article [126] that these ideas were of great interest to Julius Petersen and in fact Petersen enjoyed some considerable success in his studies of such problems.
    [Show full text]
  • New Applications of the Nearest-Neighbor Chain Algorithm
    UC Irvine UC Irvine Electronic Theses and Dissertations Title New Applications of the Nearest-Neighbor Chain Algorithm Permalink https://escholarship.org/uc/item/6nt3g7d4 Author Mamano Grande, Nil Publication Date 2019 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA, IRVINE New Applications of the Nearest-Neighbor Chain Algorithm DISSERTATION submitted in partial satisfaction of the requirements for the degree of DOCTOR OF PHILOSOPHY in Computer Science by Nil Mamano Grande Dissertation Committee: Professor Michael T. Goodrich, Chair Professor David Eppstein Professor Sandy Irani 2019 c 2019 Nil Mamano Grande TABLE OF CONTENTS Page LIST OF FIGURES v LIST OF TABLES vii LIST OF ALGORITHMS viii ACKNOWLEDGMENTS ix CURRICULUM VITAE x ABSTRACT OF THE DISSERTATION xii 1 Introduction 1 1.1 Greedy algorithms . 3 1.2 Local greedy . 4 1.3 Global–local equivalence . 6 1.4 Background . 8 1.4.1 Hierarchical clustering . 8 1.4.2 Nearest-neighbor chain algorithm . 10 2 Global–Local Equivalence 13 2.1 Combinatorial optimization problems . 16 2.1.1 Maximum-weight independent set . 22 2.2 Multi-fragment TSP . 25 2.3 Shortest common superstring . 28 2.4 Conclusions . 36 3 Nearest-Neighbor Chain Algorithms 37 3.1 Preliminaries: nearest-neighbor data structures . 37 3.2 Soft nearest-neighbor data structure . 40 3.2.1 Implementation . 41 3.2.2 Choice of parameters . 43 3.2.3 The m-way soft nearest-neighbor data structure . 47 3.2.4 The closest pair problem . 47 3.3 Geometric TSP . 48 ii 3.3.1 Related work .
    [Show full text]
  • Workshop on Probabilistic and Extremal Combinatorics (19W5009)
    Workshop on Probabilistic and Extremal Combinatorics (19w5009) Penny Haxell (University of Waterloo) Michael Krivelevich (Tel Aviv University) Benny Sudakov (ETH Zurich) September 1-6, 2019 1 Overview of the Field Combinatorics, also known as Discrete Mathematics, is a fundamental mathematical discipline which studies the nature of discrete mathematical objects, such as permutations, graphs and set-families. Encompassing some of the most basic and natural mathematical questions, Combinatorics is probably as old as the human ability to count. During the twentieth century and the first two decades of the present century, the field has experienced remarkable growth, transitioning from a collection of mostly isolated results relying on ad hoc arguments, to a major branch of mathematics with its own theory, problems and techniques. Modern Combi- natorics has well-established and fruitful connections to numerous scientific fields, including Number Theory, Discrete Geometry, Statistical Physics, Evolutionary Biology and, most notably, Theoretical Computer Sci- ence, with which it is intimatively intertwined. Combinatorial methods and ideas have been exported to many of the above disciplines, in some cases leading to outstanding results. The workshop focused on two major branches of Combinatorics: Extremal Combinatorics and Proba- bilistic Combinatorics. These two highly-related fields have flourished in recent decades, producing several breakthroughs and many fascinating results, and leading to the creation of a vibrant community comprising both senior and young researchers. We now briefly overview each of these two disciplines. Extremal Combinatorics encompasses several important areas of research, such as Extremal Graph (and Hypergraph) Theory, Extremal Set Theory, and Ramsey Theory. Extremal Graph Theory typically asks to maximize/minimize some graph parameter over all graphs satisfying a given property.
    [Show full text]