Labelling Problem: an Updated Survey and Annotated Bibliography 1

Total Page:16

File Type:pdf, Size:1020Kb

Labelling Problem: an Updated Survey and Annotated Bibliography 1 The L(h, k)-Labelling Problem: An Updated Survey and Annotated Bibliography 1 Tiziana Calamoneri Department of Computer Science “Sapienza” University of Rome - Italy via Salaria 113, 00198 Roma, Italy. Email: [email protected] 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 Received February 2011; revised 00 Month 2011 1. INTRODUCTION follows: One of the key topics in graph theory is graph Definition 1.1. Given a graph G = coloring. Fascinating generalizations of the no- (V, E) and two nonnegative integers h and tion of graph coloring are motivated by prob- k, an L(h, k)-labelling is an assignment of lems of channel assignment in wireless commu- nonnegative integers to the nodes of G such nications, traffic phasing, fleet maintenance, that adjacent nodes are labelled using colors task assignment, and other applications. (See at least h apart, and nodes having a common [156] for a survey.) neighbour are labelled using colors at least While in the classical vertex coloring k apart. The aim of the L(h, k)-labelling problem [105] a condition is imposed only on problem is to minimize the span σh,k(G), colors of adjacent nodes, many generalizations i.e. the difference between the largest and the require colors to respect stronger conditions, smallest used colors. The minimum span over e.g. restrictions are imposed on colors both of all possible labelling functions is denoted by adjacent nodes and of nodes at distance 2 in λh,k(G) and is called λh,k-number of G. the graph. This paper will focus on a specific graph Observe that this definition imposes a coloring generalization that arose from a condition on labels of nodes connected by a channel assignment problem in radio networks 2 length path instead of using the concept [90]: the L(h, k)-labelling problem, defined as of distance 2, that is very common in the The Computer Journal, Vol. ??, No. ??, ???? 2 T. Calamoneri literature. The reason is that this definition L(p, q)-coloring problem, distance-2-coloring works both when h k and when h < k. and D2-vertex coloring problem (when h = The present formulation≥ allows the nodes of a k = 1), radiocoloring problem and λ-coloring triangle to be labelled with three colors at least problem (when h = 2 and k = 1). max h, k apart from each other, although Many variants of the problem have been { } they are at mutual distance 1; when h k introduced in the literature, as well: instead of ≥ the two definitions coincide. minimizing the span, seek the L(h, k)-labelling Furthermore, as the smallest used color that minimizes the order, i.e. the number of is usually 0, an L(h, k)-labelling with span effectively used colors [90]; given a span σ, σh,k(G) can use σh,k(G) + 1 different colors; decide whether it is possible to L(h, k)-label this feature is slightly counter-intuitive, but is the input graph using all colors between 0 and kept for historical reasons. σ (no-hole L(h, k)-labelling) [157]; consider the The notion of L(h, k)-labelling was intro- color set as a cyclic interval, i.e. the distance duced by Griggs and Yeh in the special case between two labels i, j 0, 1,...,σ defined h = 2 and k = 1 [89, 184] in connection as min i j , σ + 1 ∈i { j [101];} use a with the problem of assigning frequencies in a more general{| − | model in− which | − |} the labels and multihop radio network (for a survey on the separations are real numbers [86]; generalize class of frequency assignment problems, see the problem to the case when the metric is e.g. [2, 58, 123, 144]), although it has been described by a graph H (H(h, k)-labelling) previously mentioned by Roberts [155] in his [68]; consider the precoloring extension, where summary on T -colorings and investigated in some nodes of the graph are given as already the special case h = 1 and k = 1 as a com- (pre)colored, and the question is if this binatorial problem and hence without any ref- precoloring can be extended to a proper erence to channel assignment (see for instance coloring of the entire graph using a given [180]). number of colors [71]; consider a one-to- After its definition, the L(h, k)-labelling one L(h, k)-labelling (L′(h, k)-labelling) [42]; problem has been used to model several L(h, k)-label a digraph, where the distance problems, for certain values of h and k. from a node x to a node y is the length of Some examples are the following: Bertossi a shortest dipath from x to y [40]; study and Bonuccelli [16] introduced a kind of another parameter, called edge-span, defined integer ”control code” assignment in packet as the minimum, over all feasible labellings, radio networks to avoid hidden collisions, of the max f(u) f(v) : (u, v) E(G) equivalent to the L(0, 1)-labelling problem; [185]; impose{| the labelling− | to be balanced,∈ i.e.} channel assignment in optical cluster based all colors must be used more or less the same networks [10] can be seen either as the L(0, 1)- number of times (equitable coloring) [133]. or as the L(1, 1)-labelling problem, depending Some of these generalizations are considered on the fact that the clusters can contain one in [183]. ore more nodes; more in general, channel assignment problems, with a channel defined The extent of the literature and the huge as a frequency, a time slot, a control code, number of papers concerning the L(h, k)- etc., can be modeled by an L(h, k)-labelling labelling problem have been the main moti- problem, for convenient values of h and k. vation of the surveys [2, 29, 183], each one ap- Besides the practical aspects, also purely proaching the problem from a different point theoretical questions are very interesting. of view (operative research, graph algorithms These are only some reasons why there is and extremal combinatorial, respectively), but considerable literature devoted to the study they are all published at least five years ago. of the L(h, k)-labelling problem, following Since a substantial progress has been achieved many different approaches, including graph in the last years, the author thinks that an theory and combinatorics [156, 169], simulated updated survey and annotated bibliography annealing [54, 141], genetic algorithms [50, would be useful. The present paper is an up- 132], tabu search [39], and neural networks date of [29]. [76, 131]. In all these contexts, the problem In this work, the case k = 0, for any fixed h, has been called with different names; among is not considered as this problem becomes the others, we recall: L(h, k)-labelling problem, classical vertex coloring problem. Instead, a The Computer Journal, Vol. ??, No. ??, ???? The L(h, k)-Labelling Problem 3 particular accent is posed on the special cases Studying a completely different problem h =0, 1, 2 and k = 1: the first one is equivalent (Hessian matrices of certain non linear func- to the problem of optimally coloring the square tions), McCormick [142] gives a greedy algo- of the input graph and the second one has been rithm that guarantees a O(√n)-approximation considered in the seminal works by Roberts, for coloring the square of a graph. The algo- Griggs and Yeh. Both these problems have rithm is based on the greedy technique: con- been intensively studied. sider the nodes in any order, then the color The decision version of the L(h, k)-labelling assigned to node vi is the smallest color that problem has been proved to be NP-complete, has not been used by any node which is at even under restrictive hypotheses. Section 2 distance at most 2 from vi; the performance lists these results. In Section 3 some general ratio is obtained by simple considerations on the degree of G and of its square. lower and upper bounds on the value of λh,k are summarized. Approaching an equivalent scheduling prob- For some special classes of graphs a labelling lem, Ramanathan and Lloyd [152] present an can be computed efficiently, while for other approximation algorithm with a performance classes of graphs only approximate algorithms guarantee of O(θ), where θ is the thickness of are known. Both these kinds of results are the graph. Intuitively, the thickness of a graph described in Section 4. measures ”its nearness to planarity”. More formally, the thickness of a graph G = (V, E) In the rest of this paper we will consider is the minimum number of subsets into which simple and loopless graphs with n nodes, the edge set E must be partitioned so that each maximum degree ∆, chromatic number χ(G), subset in the partition forms a planar graph on clique number ω(G) and girth (i.e.
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]