Department of Applied Mathematics University of Twente

Total Page:16

File Type:pdf, Size:1020Kb

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. The problem in practice is to assign a limited number of frequency channels in an economical way to the transmitters in such a way that inter- ference is kept at an `acceptable level'. This has led to various different types of coloring problems in graphs, depending on different ways to model the level of interference, the notion of similar frequency channels, and the definition of acceptable level of interference (See e.g. [25],[32]). In [10] an attempt was made to capture a number of different coloring prob- lems in a unifying model. This general framework that we will consider here too is as follows: Given two graphs G1 and G2 with the property that G1 is a (spanning) subgraph of G2, one considers the following type of coloring problems: Determine a coloring of (G1 and) G2 that satisfies certain restrictions of type 1 in G1, and restrictions of type 2 in G2, using a limited number of colors. ? The work that led to this survey paper is partly sponsored by NWO-grant 047.008.006. Many known coloring problems related to frequency assignment fit into this general framework. We will discuss the following types of problems. 1.1 Distant-2 coloring 2 First of all suppose that G2 = G1, i.e. G2 is obtained from G1 by adding edges between all pairs of vertices that are at distance 2 in G1. If one just asks for a proper vertex coloring of G2 (and G1), this is known as the distant-2 coloring problem. Much of the research has been concentrated on the case that G1 is a planar graph, and on obtaining good upper bounds in terms of the maximum degree of G1 for the minimum number of colors needed in this case. In Section 2 we will survey some of the existing results, and discuss the proof techniques and open problems in this subarea. 1.2 Radio coloring In some versions of the previous problem one puts the additional restriction on G1 that the colors should be sufficiently separated. One way to model this is to use positive integers for the colors (modeling certain frequency channels) and to ask for a coloring of G1 and G2 such that the colors on adjacent vertices in G2 are different, whereas they differ by at least 2 on adjacent vertices in G1. This problem is known as the radio coloring problem and has been studied under various names. In Section 3 we will briefly survey some of the existing results in this subarea. 1.3 Radio labeling The so-called radio labeling problem models a practical setting in which all assigned frequency channels should be distinct, with the additional restriction that adjacent transmitters should use sufficiently separated frequency channels. Within the above framework this can be modeled by considering the graph G1 that models the adjacencies of n transmitters, and taking G2 = Kn, the complete graph on n vertices. The restrictions are clear: one asks for a proper vertex col- oring of G2 such that adjacent vertices in G1 receive colors that differ by at least 2. In Section 4 we will discuss some of the existing results in this subarea, with an emphasis on recent results concerning a prelabeled version of this problem. 1.4 Backbone coloring The last type of coloring is the recently in [10] introduced notion of backbone coloring. In this variant one models the situation that the transmitters form a network in which a certain substructure of adjacent transmitters (called the backbone) is more crucial for the communication than the rest of the network. This means one should put more restrictions on the assignment of frequency channels along the backbone than on the assignment of frequency channels to other adjacent transmitters. The backbone could e.g. model so-called hot spots in the network where a very busy pattern of communications takes place, whereas the other adjacent transmitters supply a more moderate service. This leads to the problem of coloring the graph G2 (that models the whole network) with a proper vertex coloring such that the colors on adjacent vertices in G1 (that model the backbone) differ by at least 2. So far three types of backbones have been considered: (perfect) matchings, spanning trees and a special type of spanning trees also known as Hamiltonian paths. In Section 5 we will discuss the existing results and many open problems in this subarea. Note that the notion of back- bone coloring in fact generalizes both radio coloring and radio labeling: radio coloring is the special case of backbone coloring in which G1 is the backbone of 2 G2 = G1, while radio labeling is the special case in which G1 is the backbone of Kn. 2 Distant-2 coloring In this section we will survey some of the existing results on distant-2 coloring, and discuss the proof techniques and open problems in this subarea. We refer to [1], [7], [8], [29], [33], and [38] for more details. 2.1 Introduction and main results Throughout Section 2, G is a plane graph ( i.e., a representation in the plane of a planar graph ), that is simple ( i.e., without loops and multiple edges ) and with vertex set V and edge set E. The distance between two vertices u and v is the length of a shortest path joining them. A distant-2-coloring of G is a coloring of the vertices such that vertices at distance one or two have different colors. The least number for which a distant-2- coloring exists is called the distant-2 chromatic number of G, denoted by χ2(G). We recall that a distant-2-coloring of G is equivalent to an ordinary vertex coloring of the square G2 of G. ( The square of a graph G, denoted G2, is the graph with the same vertex set and in which two vertices are joined by an edge if and only if they have distance one or two in G. ) And hence the distant-2 2 2 chromatic number χ2(G) equals the ordinary chromatic number χ(G ) of G . The following conjecture was formulated in Wegner [38]. ( See also Jensen & Toft [[30], Section 2.18]. ) Conjecture 1 If G is a planar graph with maximum degree ∆, then ∆ + 5; if 4 ∆ 7; χ2(G) ≤ ≤ ≤ 3 ∆ + 1; if ∆ 8. b 2 c ≥ A first result towards a proof of this conjecture can be found in work of Jonas [31]. From one of the results in [31] it follows directly that χ2(G) 8 ∆ 22 for a planar graph G with maximum degree ∆ 7. This bound ≤was significan− tly ≥ improved in Van den Heuvel & McGuinness [29] to χ2(G) 2 ∆ + 25. Independently, a result with a smaller factor in front of the ∆ was≤ proved by Agnarsson & Halldorsson´ [1] who showed that, provided ∆ 749, for a 9 ≥ planar graph G with maximum degree ∆ we have χ2(G) 5 ∆ + 2. In [8], the lower bound on ∆ for this last bound has ≤beenb reduced.c In fact, the following result was proved there. Theorem 2 If G is a planar graph with maximum degree ∆, then 59; if ∆ 20; χ2(G) ≤ ≤ max ∆ + 39; 9 ∆ + 1 ; if ∆ 21. f d 5 e g ≥ In particular, if ∆ 47, then χ (G) 9 ∆ + 1. ≥ 2 ≤ d 5 e The proof of Theorem 2 in [8] involves the establishment of the existence of cer- tain unavoidable configurations in a planar graph, first of all in [7] for maximal planar graphs. The existence of these configurations is proved by the discharging technique. This approach goes back to Heawood's proof of the 5-Color Theo- rem [27], and the old and new proofs of the 4-Color Theorem ([3],[4],[35]). To give the general idea, let us repeat the structure of the unavoidable con- figurations in [7] and [8]. They are defined in terms of \bunches" and \stars".
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]
  • 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]
  • First Annual Progress Report
    First Annual Progress Report ALCOM-FT Algorithms and Complexity Future Technologies Project No. IST-1999-14186 August 2001 Summary This is the first annual progress report for the ALCOM-FT project, supported by the European Commission as project number IST-1999-14186 under the Information Society Technologies pro- gramme of the Fifth Framework. The report covers the period June 1, 2000 to May 31, 2001. ALCOM-FT brings together ten of the leading groups in algorithms research in Europe in a project that proposes to discover new algorithmic concepts, identify key algorithmic problems in important applications, and contribute to the accelerated transfer of advanced algorithmic techniques into commercial systems. The ten 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 Table 1: The participants of the ALCOM-FT project. During the first twelve months of the project, the work has been carried out as planned. Proper coordination of the project has been ensured through the election of a Consortium Board, a Steer- ing Committee and a Work Package Leader for each work package of the project.
    [Show full text]