C 2014 Lawrence H. Erickson

Total Page:16

File Type:pdf, Size:1020Kb

C 2014 Lawrence H. Erickson c 2014 Lawrence H. Erickson VISIBILITY ANALYSIS OF LANDMARK-BASED NAVIGATION BY LAWRENCE H. ERICKSON DISSERTATION Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science in the Graduate College of the University of Illinois at Urbana-Champaign, 2014 Urbana, Illinois Doctoral Committee: Professor Jeff Erickson, Chair Professor Steven M. LaValle, Director of Research Assistant Professor Derek Hoiem Associate Professor Volkan Isler, University of Minnesota ABSTRACT This thesis introduces and examines the chromatic art gallery problem. The chromatic art gallery problem asks for the minimum number of landmark classes required to ensure that every point in an input polygon sees at least one landmark but sees no more than one landmark of any particular class. The problem is motivated by partially distinguishable landmark-based navi- gation. A robot that navigates by landmarks must ensure that it always has one in view, or else it might reach a configuration where it has no bearings to use any of its motion primitives. Additionally, if the robot reaches a posi- tion where it can see two landmarks of the same class, its motion primitives become ambiguous. Because the number of landmark classes available for navigation is dependent on the discriminatory power of the robot’s sensors, the chromatic art gallery problem relates the complexity of an environment to the sensors required to visually navigate in the environment. Existing research has generally not addressed this issue. This thesis provides upper and lower bounds on the number of landmark classes required for various types of polygons as a function of the number of polygon vertices and demonstrates the NP-hardness of determining whether 5 or more classes is necessary for an input polygon. Bounds and NP-hardness results are also given for a variant of the chromatic art gallery problem in which the visibility graph of the landmarks is required to be connected. The chromatic art gallery problem can be phrased in terms of a landmark placement problem combined with a graph coloring problem. The landmarks are placed such that each point in the polygon is visible from a landmark, and the restrictions on shared classes between landmarks is represented by a conflict graph. The vertex set of the conflict graph is the set of landmarks; two graph vertices are joined by an edge if the corresponding landmarks are visible from a common point. The goal is to find a set of landmarks that have a conflict graph with a minimal chromatic number. ii This thesis explores the structural properties of the conflict graphs by de- scribing three necessary conditions for conflict graphs. Additional restrictions are determined for conflict graphs that arise in specific types of polygons. Be- yond their use for the chromatic art gallery problem, these structural results are useful for error checking in surveillance algorithms. iii To Kristen and Ivan iv ACKNOWLEDGMENTS I would like to thank Kristen, Ivan, my parents, my father-in-law, my family, our babysitter Matt, his wife Dianna, and my various friends who kept me sane for the last several months. I would also like to thank Steve for hiring me as an undergraduate and advising me through six years of graduate school. Thanks to Alex DiCarlo for constructing the robot in Figure 1.3. Finally, I would like to thank my co-authors (especially Steve, John, and Luca) and anyone with whom I have had an interesting mathematical discussion. This work was supported in part by NSF grant 0904501 (IIS Robotics), NSF grant 1035345 (CNS Cyberphysical Systems), DARPA SToMP grant HR0011-05-1-0008, and MURI/ONR grant N00014-09-1-1052 v TABLE OF CONTENTS CHAPTER 1 INTRODUCTION . 1 CHAPTER 2 PROBLEM DEFINITION AND GEOMETRIC BACK- GROUND................................ 12 2.1 ProblemDefinition ........................ 12 2.2 PolygonTerms .......................... 13 2.3 ArtGalleryProblem ....................... 15 2.4 SensorPlacementProblem . 21 CHAPTER 3 CHROMATIC ART GALLERY PROBLEM . 23 3.1 GeneralPolygons ......................... 23 3.2 Complexity ............................ 25 3.3 MonotonePolygons........................ 27 3.4 StaircasePolygons ........................ 29 3.5 Rectilinear Polygons . 33 3.6 SpiralPolygons .......................... 47 CHAPTER 4 CONNECTED VISIBILITY GRAPH VARIANT . 51 4.1 LowerBoundforGeneralPolygons . 52 4.2 LowerBoundforMonotonePolygons . 55 4.3 UpperBoundforMonotonePolygons . 56 CHAPTER 5 INTERSECTION GRAPHS OF k-LINK VISIBIL- ITYREGIONS ............................. 71 5.1 IntroductionandRelatedWork . 71 5.2 Definitions............................. 73 5.3 GraphInclusions ......................... 76 5.4 ForbiddenGraphs......................... 81 CHAPTER 6 DISCUSSION AND CONCLUSION . 88 6.1 SummaryofResultsandDiscussion . 88 6.2 OpenProblems .......................... 89 6.3 Variants .............................. 91 REFERENCES............................... 95 vi CHAPTER 1 INTRODUCTION Despite the importance of landmark-based navigation in robotics, there have been few attempts to understand the relationship between the geometry of an environment in which a robot is attempting to navigate and the discrimina- tory power required by the landmark-detecting sensors to effectively navigate in the environment. This thesis examines this relationship in the context of navigation via visually detectable landmarks. The primary motivation for studying this problem is to inform the selection of the sensors when design- ing a robot intended for a specific task. If the sensors are inadequate for the robot to navigate in the environments that it is likely to enter, then it will be unable to complete its tasks. If the sensors are overly powerful for the types of environments it is likely to enter, then the robot’s cost and complexity has been increased with little benefit. A landmark-based motion primitive is a function that takes as input one or more landmarks visible from the robot and outputs a direction of move- ment. Possible primitives would include actions of the form “move toward the selected landmark”, “move away from the selected landmark”, “move in a counterclockwise circle around the selected landmark”, “drive to the mid- point of the line segment between two selected landmarks”, etc. (see Figure 1.1). These primitives are intended to describe the possible actions that a robot could take when it is performing landmark-based navigation. There are two minimal conditions that must satisfied for a robot to navi- gate by landmark-based motion primitives. First, the robot must always be able to see a landmark, as otherwise the robot will have nothing on which to base its motion primitives. Second, the robot must be able to distinguish the landmarks within its field of view. If it cannot distinguish the landmarks, the motion primitives become ambiguous and there is a risk of navigational failure. Note that these are merely necessary conditions for navigation. De- pending on the precise motion primitives available, additional conditions may 1 Figure 1.1: Four possible primitives: “drive toward a landmark”, “drive away from a landmark”, “drive counterclockwise around a landmark”, and “drive to the midpoint of the line segment between two landmarks”. be required. For example, if all primitives available to the robot require two distinct landmarks as input, then two landmarks would need to be visible from each point in the environment. Problems related to satisfying the first condition are called art gallery problems. These problems take as input an environment (typically a simply- connected polygon), and ask for a small set of landmarks in the environment such that each point in the environment is visible from a landmark. The most well-known version of the problem, in which the input is a simply-connected polygon and the possible landmarks are the polygon vertices, was examined by Chvatal in [1], in which he determined that for an n-vertex polygon, at most n/3 landmarks are always sufficient and sometimes necessary. While ⌊ ⌋ there are numerous ways to describe the complexity of a polygon, Chvatal and most others state the number of required landmarks in terms of the 2 number of polygon vertices. The second condition (and to some extent, the first) is primarily about the power of the robot’s sensor suite. A robot with no sensors cannot detect any landmarks. A robot with a single binary photoreceptor (an extremely poor sensor) can detect landmarks (light sources), but cannot distinguish among the landmarks. As the sensor gets more powerful, more objects potentially become landmarks (if equipped with a rangefinder, it might be able to rec- ognize certain geometric features of the environment) and the landmarks become more distinguishable from each other (if the photoreceptor could de- tect the wavelength of the light, then the robot could distinguish two light sources of different colors). More generally, one can divide the landmarks in the environment into classes based on the ability of the robot’s sensors to distinguish them. Two landmarks in the same class cannot be distinguished by the sensor suite, but two landmarks in different classes appear different to the sensors. If the sensors place all the landmarks into the same class, then the landmarks are indistinguishable. If each class contains only one landmark, the landmarks are fully distinguishable. If there is more than one class of landmark, but some landmarks share a class, then the landmarks are partially distinguishable. As the sensors become more powerful,
Recommended publications
  • A Study on Radio Mean Dd-Distance Number of Some Basic Graphs
    International Journal of Applied Engineering Research ISSN 0973-4562 Volume 14, Number 8, 2019 (Special Issue) © Research India Publications. http://www.ripublication.com A Study on Radio Mean Dd-distance Number of Some Basic Graphs V. VIOLA Assistant Proferssor, Department of Mathematics, St.Jude’sCollege ,Thoothoor, Tamil Nadu ManonmaniamSundaranar University Tirunelveli, T. NICHOLAS Former Principal, St. Jude’s College , Thoothoor, Tamil Nadu. Abstract the definition and the upper bound follows from the A Radio Mean Dd-distance labeling of a triangular inequality. connected graph G is an injective map f from the We introduced the concept of radio mean Dd- vertex set V(G) to the ℕ such that for two distinct distance colouring of a graph G. Radio mean Dd- 푓(푢)+ 푓(푣) vertices u and v of G, 퐷퐷푑(u, v) + ⌈ ⌉ ≥ 1 + distance coloring is a function ƒ : V(G) → ℕ such 2 퐷푑 푓(푢)+ 푓(푣) 퐷푑 퐷푑 that 퐷 (u, v) + ⌈ ⌉ ≥ diamDd(G) + 1, where 푑푖푎푚 (G), where 퐷 (u, v) denote the Dd-distance 2 between u and v and 푑푖푎푚퐷푑(G) denotes the Dd- 푑푖푎푚퐷푑(G) is the Dd-distance diameter of G. A Dd- diameter of G. The radio mean Dd-distance number distance radio coloring number of G is the maximum of f, 푟푚푛퐷푑(f) is the maximum label assigned to any color assigned to any vertex of G. It is denoted by vertex of G. The radio mean Dd-distance number of 푟푚푛퐷푑(G). G, 푟푚푛퐷푑(G) is the minimum value of f of G.In this Radio labeling can be regarded as an paper we find the radio mean Dd-distance number of extension of distance-two labeling which is some standard graphs.
    [Show full text]
  • Upper Bound for the Radio Number of Some Families of Sunlet Graph
    ISSN (Print) : 0974-6846 Indian Journal of Science and Technology, Vol 9(46), DOI: 10.17485/ijst/2016/v9i46/98606, December 2016 ISSN (Online) : 0974-5645 Upper Bound for the Radio Number of Some Families of Sunlet Graph A.Vimala Rani* and N. Parvathi Department of Mathematics, Faculty of Science and Humanities, SRM University, Kattankulathur-603 203 Tamil Nadu, India; [email protected], [email protected] Abstract Objectives: In this study, Radio Coloring is used to color the graphs. The objective of this article is to analyze the bounds of Line, Middle, Total and Central graphs of Sunlet graph. Methods/Analysis: Combinatorics is an important part of discrete mathematics that solves counting problems without actually enumerating all possible cases. Combinatorics has wide applications in Computer Science, especially in coding theory, analysis of algorithms and others. An equation that expresses an, the general term of the sequence {an} is called a recurrence relation. Using the generating function of a sequence and few coloring techniques we prove the results. Findings: or optimal k arises in the concept of radio frequency assignment. The radio chromatic score rs(G)17 of a radio coloring is the number of used colors. The number of colors used in a radio coloring The with Problem the minimum of finding score radio is thecoloring radio withchromatic small rn(G) of G. 10 The radio chromatic number of Sunlet graph Sn is 4 if n=3i, i=1,2,... 5 if n=3i+1, i=1,2,... 6 if n=3i+2, i=1,2,... and is improved to the radio chromatic number of Sunlet graph Sn is 5 if n is congruent to 1mod 3 4 if otherwise In this paper we improve the radio chromatic number of Sunlet graph S n and obtain the radio number of Line, Middle, Total and Central graphs of Sunlet graph.
    [Show full text]
  • Labelling Problem: an Updated Survey and Annotated Bibliography
    The L(h; k)-Labelling Problem: An Updated Survey and Annotated Bibliography Tiziana Calamoneri Department of Computer Science \Sapienza" University of Rome - Italy via Salaria 113, 00198 Roma, Italy. [email protected] November 19, 2014 Abstract Given any fixed nonnegative integer values h and k, the L(h; k)-labelling problem consists in an assignment of nonnegative integers to the nodes of a graph such that adjacent nodes receive values which differ by at least h, and nodes connected by a 2 length path receive values which differ by at least k. The span of an L(h; k)-labelling is the difference between the largest and the smallest assigned frequency. The goal of the problem is to find out an L(h; k)-labelling with minimum span. The L(h; k)-labelling problem has been intensively studied following many approaches and restricted to many special cases, concerning both the values of h and k and the considered classes of graphs. This paper reviews the results from previous by published literature, looking at the problem with a graph algorithmic approach. It is an update of a previous survey written by the same author. Keywords: L(h; k)-labelling; frequency assignment; radiocoloring; λ-coloring; distance-2- coloring; D2-vertex coloring 1 Introduction One of the key topics in graph theory is graph coloring. Fascinating generalizations of the notion of graph coloring are motivated by problems of channel assignment in wireless com- munications, traffic phasing, fleet maintenance, task assignment, and other applications. (See [1] for a survey.) While in the classical vertex coloring problem [2] a condition is imposed only on colors of adjacent nodes, many generalizations require colors to respect stronger conditions, e.g.
    [Show full text]
  • THE K-METRIC COLORINGS of a GRAPH 1. Introduction by the Four
    137 (2012) MATHEMATICA BOHEMICA No. 1, 45–63 THE k-METRIC COLORINGS OF A GRAPH Futaba Fujie-Okamoto, La Crosse, Willem Renzema, Ping Zhang, Kalamazoo (Received July 15, 2010) Abstract. For a nontrivial connected graph G of order n, the detour distance D(u, v) between two vertices u and v in G is the length of a longest u − v path in G. Detour distance is a metric on the vertex set of G. For each integer k with 1 6 k 6 n−1, a coloring c: V (G) → N is a k-metric coloring of G if |c(u) − c(v)| + D(u, v) > k + 1 for every two k distinct vertices u and v of G. The value χm(c) of a k-metric coloring c is the maximum k color assigned by c to a vertex of G and the k-metric chromatic number χm(G) of G is the minimum value of a k-metric coloring of G. For every nontrivial connected graph G of order 1 2 n−1 n, χm(G) 6 χm(G) 6 . 6 χm (G). Metric chromatic numbers provide a generalization of several well-studied coloring parameters in graphs. Upper and lower bounds have been k established for χm(G) in terms of other graphical parameters of a graph G and exact values of k-metric chromatic numbers have been determined for complete multipartite graphs and cycles. For a nontrivial connected graph G, the anti-diameter adiam(G) is the minimum detour distance between two vertices of G. We show that the adiam(G)-metric chromatic number of a graph G provides information on the Hamiltonian properties of the graph and investigate realization results and problems on this parameter.
    [Show full text]
  • On Radio Connection Number of Graphs
    Discussiones Mathematicae Graph Theory 39 (2019) 705–730 doi:10.7151/dmgt.2196 ON RADIO CONNECTION NUMBER OF GRAPHS Ruxandra Marinescu-Ghemeci Faculty of Mathematics and Computer Science University of Bucharest, Romania The Research Institute of the University of Bucharest ICUB, Romania e-mail: [email protected] Abstract Given a graph G and a vertex coloring c, G is called l-radio connected if between any two distinct vertices u and v there is a path such that coloring c restricted to that path is an l-radio coloring. The smallest number of colors needed to make Gl-radio connected is called the l-radio connection number of G. In this paper we introduce these notions and initiate the study of connectivity through radio colored paths, providing results on the 2-radio connection number, also called L(2, 1)-connection number: lower and upper bounds, existence problems, exact values for known classes of graphs and graph operations. Keywords: radio connection number, radio coloring, L(2, 1)-connection number, L(2, 1)-connectivity, L(2, 1)-labeling. 2010 Mathematics Subject Classification: 05C15, 05C40, 05C38. 1. Introduction Various types of graph colorings were introduced in the literature motivated by problems in communication networks. An important property in communication networks is connectivity, that is to have paths for communication between each pair of vertices. Many times it is not sufficient to have arbitrary paths, but paths that assure a safe communication. For example, if interference may occur in communication, it is necessary to have paths along which interferences are avoided. Also, in security problems, each link may have an associated password or firewall and a path is considered secured if the passwords along it satisfy some requests.
    [Show full text]
  • Backbone Colorings Along Stars and Matchings in Split Graphs: Their Span Is Close to the Chromatic Number∗
    Discussiones Mathematicae 143 Graph Theory 29 (2009 ) 143{162 BACKBONE COLORINGS ALONG STARS AND MATCHINGS IN SPLIT GRAPHS: THEIR SPAN IS CLOSE TO THE CHROMATIC NUMBER∗ Hajo Broersma1, Bert Marchal2 Daniel Paulusma1 and A.N.M. Salman3 1Department of Computer Science Durham University, Science Laboratories South Road, Durham DH1 3LE, England e-mail: fhajo.broersma,[email protected] 2Faculty of Economics and Business Administration Department of Quantitative Economics, University of Maastricht P.O. Box 616, 6200 MD Maastricht, The Netherlands e-mail: [email protected] 3Faculty of Mathematics and Natural Sciences Institut Teknologi Bandung Jalan Ganesa 10, Bandung 40132, Indonesia e-mail: [email protected] Abstract We continue the study on backbone colorings, a variation on clas- sical vertex colorings that was introduced at WG2003. Given a graph G = (V; E) and a spanning subgraph H of G (the backbone of G), a λ-backbone coloring for G and H is a proper vertex coloring V ! f1; 2; : : :g of G in which the colors assigned to adjacent vertices in H differ by at least λ. The algorithmic and combinatorial properties of backbone colorings have been studied for various types of backbones in a number of papers. The main outcome of earlier studies is that the minimum number ` of colors, for which such colorings V ! f1; 2; : : : ; `g exist, in the worst case is a factor times the chromatic number (for ∗ An extended abstract [6] of this paper appeared in the Proceedings of the 33rd Con- ference on Current Trends in Theory and Practice of Computer Science (SOFSEM 2007).
    [Show full text]
  • On Radio Mean D-Distance Number of Degree Splitting Graphs T
    ISSN: 2350-0328 International Journal of Advanced Research in Science, Engineering and Technology Vol. 4, Issue 12 , December 2017 On Radio Mean D-Distance Number of Degree Splitting Graphs T. Nicholas, K. John Bosco M.Antony, V. Viola Department of Mathematics, St. Jude’s College, Thoothoor, K.K.Dist, TN, India. Research Scholar, Department of Mathematics, St. Jude’s College, Thoothoor, K.K.Dist, TN, India. Department of Mathematics, St. Jude’s College, Thoothoor, K.K.Dist, TN, India. Department of Mathematics, St. Jude’s College, Thoothoor, K.K.Dist, TN, India. ABSTRACT: A Radio Mean D-distance labeling of a connected graph G is an injective map f from the vertex set V(G) f u +f(v) to ℕ such that for two distinct vertices u and v of G, dD(u, v) + ≥ 1 + diamD(G), where dD(u, v) denotes the 2 D-distance between u and v and diamD(G) denotes the D-diameter of G. The radio mean D-distance number of f, rmnD(f) is the maximum label assigned to any vertex of G. The radio mean D-distance number of G, rmnD(G) is the minimum value of rmnD(f) taken over all radio mean D-distance labeling f of G. In this paper we find the radio mean D-distance number of degree splitting graphs. KEYWORDS:. D-distance, radio D-distance coloring, radio D-distance number, radio mean D-distance, radio mean D-distance number, split graph, degree splitting graph. AMS Subject Classification. 05C78. I. INTRODUCTION By a graph G = (V, E) we mean a finite undirected graph without loops or multiple edges.
    [Show full text]
  • Department of Applied Mathematics University of Twente
    Department of Applied Mathematics P.O. Box 217 Faculty of EEMCS 7500 AE Enschede The Netherlands Phone: +31-53-4893400 t Fax: +31-53-4893114 University of Twente Email: [email protected] The Netherlands www.math.utwente.nl/publications Memorandum No. 1704 A general framework for coloring problems: old results, new results, and open problems H.J. Broersma December, 2003 ISSN 0169-2690 A general framework for coloring problems: old results, new results, and open problems ? Hajo Broersma Department of Applied Mathematics Faculty of Electrical Engineering, Mathematics and Computer Science University of Twente P.O. Box 217, 7500 AE Enschede The Netherlands [email protected] Abstract. In this survey paper we present a general framework for col- oring problems that was introduced in a joint paper which the author presented at WG2003. We show how a number of different types of color- ing problems, most of which have been motivated from frequency assign- ment, fit into this framework. We give a survey of the existing results, mainly based on and strongly biased by joint work of the author with sev- eral different groups of coauthors, include some new results, and discuss several open problems for each of the variants. Keywords: graph coloring; graph partitioning; forbidden subgraph; pla- nar graph; computational complexity. AMS Subject Classifications: 05C15,05C85,05C17 1 General introduction In the application area of frequency assignment graphs are used to model the topology and mutual interference between transmitters (receivers, base stations): the vertices of the graph represent the transmitters; two vertices are adjacent in the graph if the corresponding transmitters are so close (or so strong) that they are likely to interfere if they broadcast on the same or `similar' frequency channels.
    [Show full text]
  • Introduction
    CHAPTER 1 Introduction 1.1 Graphs In this thesis by a graph we mean a simple graph G = (V; E), where V is a finite nonempty set and E is a subset of the set of all 2-subsets of V . The elements in V and E are called the vertices and edges respectively. Sometimes the vertex and the edge sets of G are denoted by V (G) and E(G) respectively. The total number of vertices in V (G) is called the order of G. Two vertices x and y are said to be adjacent if {x; y} is an edge; otherwise they are non-adjacent. If e = {x; y} is an edge then both x and y are called the end vertices of e. If two vertices are Copyrightadjacent then each is called a neighbour of the other vertex. The complement of a graph G is the graph G on the same vertices of G such that two vertices of G are adjacent if and only if they are not adjacent in G. A graphIITG is called a completeKharagpur graph if for any two vertices x and y in G, {x; y} is an edge. In this thesis we denote a complete graph with n vertices by the symbol Kn. A graph G is called a bipartite graph if the vertex set V (G) can be Introduction partitioned into two nonempty subsets X and Y in such a way that each edge of G has one end vertex in X and another end vertex in Y . The partition {X; Y } is called a bipartition of G.A complete bipartite graph G is a bipartite graph with bipartition V (G) = X ∪ Y , such that every vertex in X is adjacent to every vertex in Y .
    [Show full text]
  • Final Report
    Final Report ALCOM-FT Algorithms and Complexity Future Technologies Project No. IST-1999-14186 January 2004 Summary This is the final report for the ALCOM-FT project, supported by the European Commission as project number IST-1999-14186 under the Future and Emerging Technologies part of the IST programme of the Fifth Framework. The report covers the entire project period from June 1, 2000 to November 30, 2003. ALCOM-FT has brought together eleven of the leading groups in algorithms research in Eu- rope in a project aiming at discovering new algorithmic concepts, identifying key algorithmic problems in applications, and contributing to the transfer of advanced algorithmic techniques into commercial systems. The eleven participants of the project are listed in Table 1. No. Full Name Short Name 1 BRICS, Department of Computer Science, University of Aarhus Aarhus (coordinating site) 2 Department of Software, Polytechnic University of Catalunya, Barcelona Barcelona 3 Department of Computer Science, University of Cologne Cologne 4 INRIA, Rocquencourt INRIA 5 Max-Planck-Institut fur¨ Informatik, Saarbruc¨ ken MPI 6 Department of Mathematics and Computer Science, University of Paderborn Paderborn 7 Computer Technology Institute, Patras, Greece. CTI 8 Department of Computer and System Science, University of Rome Rome \La Sapienza" 9 Department of Computer Science, University of Utrecht Utrecht 10 Department of Computer Science, University of Warwick Warwick 11 Department of Computer Science, University of Cyprus Cyprus Table 1: The participants of the ALCOM-FT project. The focus of the project has been a combination of application oriented research in three important areas { massive data sets, massive and complex communication, and complex problems in production and planning { with innovative methodological work on experimental algorithmics and generic algorithmic methods.
    [Show full text]
  • Efficient Resource As
    Crescco CRESCCO IST-2001-33135 Critical Resource Sharing for Cooperation in Complex Systems Workpackage 1: Efficient Resource Assignment and Communication Protocols in Wireless Networks Deliverable D1.2 Algorithmic Solutions and Technical Recommendations for Wireless Networks I Responsible Partner: Computer Technology Institute (GR) Report Version: 1.0 Report Preparation Date: 15/01/03 Classification: PUB Contract Start Date: 01/01/02 Duration: 36 months Project Co-ordinator: University of Patras Partners: Computer Technology Institute (GR) University of Geneva (CH) Centre National de la Recherche Scientific (F) Universite de Nice-Sophia Antipolis (F) Christian-Albrechts-Universitaet zu Kiel (D) Universita degli studi di Salerno (IT) Universita degli studi di Roma “Tor Vergata” (IT) Project funded by the European Com- munity under the “Information Society Technologies” Programme (1998-2002) Contents 1 Frequency Assignment in Radio Networks 3 1.1 The Radiocoloring Problem . 3 1.2 Radiocoloring general and planar graphs: Complexity and approximations 5 1.3 Efficient coloring of Squares of Planar Graphs . 10 1.4 Radiocoloring Periodic Planar Graphs: PSPACE-completeness and ap- poximations . 13 1.5 Radiocoloring Hierarchically Specified Planar Graphs: PSPACE- completeness and appoximations . 17 2 Fault Tolerant Broadcasting, Energy Consumption and Connectivity of WNs 25 2.1 Fault Tolerant Broadcasting in WN . 25 2.2 Energy consumption and connectivity of WNs . 26 2.3 Optimal F-Reliable Protocols for the Do-All problem on Single-Hop Wire- less Networks . 28 2.4 Distributed Broadcast in Radio Networks for Unknown Topology . 28 2.5 The Minimum Range Assignment Problem on Linear Radio Networks . 29 2.6 The Minimum Broadcast Range Assignment Problem on Linear Multi-Hop Wireless Networks .
    [Show full text]
  • Contributions to Graph Theory
    Contributions to Graph Theory The research described in this thesis was undertaken at the group of Discrete Mathematics and Mathematical Programming, De- partment of Applied Mathematics, Faculty of Electrical Engineer- ing, Mathematics and Computer Science, University of Twente, Enschede, The Netherlands. c M. Salman A.N., Enschede 2005. No part of this work may be reproduced by print, photocopy or any other means without the permission in writing from the author. Printed by W¨ohrmann Print Service, The Netherlands. ISBN: 90-365-2147-5 CONTRIBUTIONS TO GRAPH THEORY DISSERTATION to obtain the doctor’s degree at the University of Twente, on the authority of the rector magnificus, prof. dr. W.H.M. Zijm, on account of the decision of the graduation committee, to be publicly defended on Wednesday 20th April 2005 at 15.00 by M. Salman A.N. born on 16th September 1968 in Bukittinggi, West Sumatra, Indonesia This dissertation has been approved by the promoter Prof. dr. ir. H.J. Broersma Composition of the Graduation Committee Chairman : Prof. dr. ir. A.J. Mouthaan Universiteit Twente, The Netherlands Secretary : Prof. dr. ir. A.J. Mouthaan Universiteit Twente, The Netherlands Promoter : Prof. dr. ir. H.J. Broersma Universiteit Twente, The Netherlands Members : Prof. dr. R. Boucherie Universiteit Twente, The Netherlands Prof. dr. C. Hoede Universiteit Twente, The Netherlands Prof. dr. G.J. Woeginger Technische Universiteit Eindhoven, The Netherlands Prof. dr. ir. C. Roos Technische Universiteit Delft, The Netherlands Prof. dr. S. Jendrol Slovak Academy of Sciences, Slovakia Dr. E.T. Baskoro Institut Teknologi Bandung, Indonesia v Preface In the name of Allaah, the Most Gracious and the Most Merciful.
    [Show full text]