One-Way Trail Orientations

Total Page:16

File Type:pdf, Size:1020Kb

One-Way Trail Orientations One-wasy trail orientation Aamand, Anders; Hjuler, Niklas; Holm, Jacob; Rotenberg, Eva Published in: 45th International Colloquium on Automata, Languages, and Programming, ICALP 2018 DOI: 10.4230/LIPIcs.ICALP.2018.6 Publication date: 2018 Document version Publisher's PDF, also known as Version of record Document license: CC BY Citation for published version (APA): Aamand, A., Hjuler, N., Holm, J., & Rotenberg, E. (2018). One-wasy trail orientation. In C. Kaklamanis, D. Marx, I. Chatzigiannakis, & D. Sannella (Eds.), 45th International Colloquium on Automata, Languages, and Programming, ICALP 2018 [6] Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik. Leibniz International Proceedings in Informatics, LIPIcs Vol. 107 https://doi.org/10.4230/LIPIcs.ICALP.2018.6 Download date: 26. Sep. 2021 One-Way Trail Orientations Anders Aamand1 University of Copenhagen, Copenhagen, Denmark [email protected] https://orcid.org/0000-0002-0402-0514 Niklas Hjuler2 University of Copenhagen, Copenhagen, Denmark [email protected] https://orcid.org/0000-0002-0815-670X Jacob Holm3 University of Copenhagen, Copenhagen, Denmark [email protected] https://orcid.org/0000-0001-6997-9251 Eva Rotenberg4 Technical University of Denmark, Lyngby, Denmark [email protected] https://orcid.org/0000-0001-5853-7909 Abstract Given a graph, does there exist an orientation of the edges such that the resulting directed graph is strongly connected? Robbins’ theorem [Robbins, Am. Math. Monthly, 1939] asserts that such an orientation exists if and only if the graph is 2-edge connected. A natural extension of this problem is the following: Suppose that the edges of the graph are partitioned into trails. Can the trails be oriented consistently such that the resulting directed graph is strongly connected? We show that 2-edge connectivity is again a sufficient condition and we provide a linear time algorithm for finding such an orientation. The generalised Robbins’ theorem [Boesch, Am. Math. Monthly, 1980] for mixed multigraphs asserts that the undirected edges of a mixed multigraph can be oriented to make the resulting directed graph strongly connected exactly when the mixed graph is strongly connected and the underlying graph is bridgeless. We consider the natural extension where the undirected edges of a mixed multigraph are partitioned into trails. It turns out that in this case the condition of the generalised Robbin’s Theorem is not sufficient. However, we show that as long as each cut either contains at least 2 undirected edges or directed edges in both directions, there exists an orientation of the trails such that the resulting directed graph is strongly connected. Moreover, if the condition is satisfied, we may start by orienting an arbitrary trail in an arbitrary direction. Using this result one obtains a very simple polynomial time algorithm for finding a strong trail orientation if it exists, both in the undirected and the mixed setting. 1 Research supported by Thorup’s Advanced Grant DFF-0602-02499B from the Danish Council for Independent Research and by his Investigator Grant 16582, Basic Algorithms Research Copenhagen (BARC), from the VILLUM Foundation. 2 This work is supported by the Innovation Fund Denmark through the DABAI project. 3 Research supported by Thorup’s Advanced Grant DFF-0602-02499B from the Danish Council for Independent Research and by his Investigator Grant 16582, Basic Algorithms Research Copenhagen (BARC), from the VILLUM Foundation. 4 This research was conducted during the fourth author’s time as a PhD student at University of Copenhagen. © Anders Aamand, Niklas Hjuler, Jacob Holm, and Eva Rotenberg; E A licensed under Creative Commons License CC-BY T C 45th International Colloquium on Automata, Languages, and Programming (ICALP 2018). S Editors: Ioannis Chatzigiannakis, Christos Kaklamanis, Dániel Marx, and Donald Sannella; Article No. 6; pp. 6:1–6:13 Leibniz International Proceedings in Informatics Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Dagstuhl Publishing, Germany 6:2 One-Way Trail Orientations 2012 ACM Subject Classification Mathematics of computing → Graph algorithms, Mathemat- ics of computing → Paths and connectivity problems Keywords and phrases Graph algorithms, Robbins’ theorem, Graph orientation Digital Object Identifier 10.4230/LIPIcs.ICALP.2018.6 1 Introduction and motivation Suppose that the mayor of a small town decides to make all the streets one-way such that it is possible to get from any place to any other place without violating the orientations of the streets5. If all the streets are initially two-way then Robbins’ theorem [10] asserts that this can be done exactly when the corresponding graph is 2-edge connected. If, on the other hand some of the streets were already one-way in the beginning then the generalised Robbins’ theorem by Boesch [1] states that it can be done exactly when the corresponding “mixed” graph is strongly connected and the underlying graph is bridgeless. However, the proofs of both of these results assume that every street of the city corresponds to exactly one edge in the graph. This assumption hardly holds in any city in the world and therefore a more natural assumption is that every street corresponds to a trail (informally, a potentially self-crossing path) in the graph and that the edges of each trail must be oriented consistently6. In this paper we consider such graphs having their edges partitioned into trails. We prove that the trails can be oriented to make the resulting directed graph strongly connected exactly if the initial graph is 2-edge connected (note that this is precisely the condition of Robbins’ theorem). Not only do we show that the strong trail orientation problem in undirected 2-edge connected graphs always has a solution, we also provide a linear time algorithm for finding such an orientation. In doing so, we use an interesting combination of techniques that allow us to reduce to a graph with a number of 3-edge connected components that is linear in the number of edges. Using that the average size of these components is constant and that we can piece together solutions for the individual components we obtain an efficient algorithm. Finally, we will consider the generalised Robbins’ theorem in this new setting by allowing some edges to be oriented initially and supposing that the remaining edges are partitioned into trails. We will show that if each cut (V1,V2) in the graph has either at least 2 undirected edges going between V1 and V2 or at least 1 directed edge in each direction then it is possible to orient the trails making the resulting graph strongly connected. In fact, we show that if this condition is satisfied we may start by orienting an arbitrary trail in an arbitrary direction. Although this condition is not necessary it does give a simple algorithm for finding a trail orientation if it exists. Indeed, initially the graph may contain undirected edges that are forced in one direction by some cut. For finding a trail orientation if it exists we can thus orient forced trails in the forced direction. If there are no forced trails we orient any trail arbitrarily. 5 The motivation for doing so is that the streets of the town are very narrow and thus it is a great hassle when two cars unexpectedly meet. 6 This version of the problem was given to us through personal communication with Professor Robert E. Tarjan. A. Aamand, N. Hjuler, J. Holm, and E. Rotenberg 6:3 Figure 1 The graph is strongly connected and the underlying graph is 2-edge connected, but irrespective of the choice of orientation of the red trail, the graph will no longer be strongly connected. Note that in the mixed setting the feasibility depends on the trail decomposition which is not the case for the other results. That the condition from the generalised Robbins’ theorem is not sufficient can be seen from Figure 1. Earlier methods Several methods have already been applied for solving orientation problems in graphs where the goal is to make the resulting graph strongly connected. One approach used by Robbins [10] is to use that a 2-edge connected graph has an ear-decomposition. An ear decomposition of a graph is a partition of the set of edges into a cycle C and paths P1,...,Pt such that Pi has its two endpoints but none of its internal Si−1 vertices on C ∪ j=1 Pj . Given the existence of an ear decomposition of a 2-edge connected graph it is easy to prove Robbins’ theorem. Indeed, any choice of consistent orientations of the paths and the cycle gives a strongly connected graph. A second approach introduced by Tarjan [4] gives another simple proof of Robbins’ theorem. One can create a DFS tree in the graph rooted at a vertex v and orient all edges in the DFS tree away from v. The remaining edges are all back edges (see [4]) and are oriented towards v. It is easily verified that this gives a strong orientation if the graph is 2-edge connected. A similar approach was used by Chung et al. [2] in the context of the generalized Robbins’ theorem for mixed multigraphs. The above methods not only prove Robbins’ theorem, they also provide linear time algorithms for finding strong orientations of undirected or mixed multigraphs. However, none of the above methods have proven fruitful in our case. In case of the ear decomposition we would need one that is somehow compatible with the partitioning into trails, and this seems hard to guarantee. Similar problems appear when trying a DFS-approach. Neither does the proof by Boesch [1] of Robbins’ theorem for mixed multigraphs generalise to prove our result. Most importantly, the corresponding theorem would no longer be true for trail orientations as is shown by the example in Figure 1. Since the classical linear time algorithms rely on ear-decompositions and DFS searches, and since these approaches do not immediately work for trail partitions, our linear time algorithm will be a completely new approach to solving orientation problems.
Recommended publications
  • Strong Subgraph Connectivity of Digraphs: a Survey
    Strong Subgraph Connectivity of Digraphs: A Survey Yuefang Sun1 and Gregory Gutin2 1 Department of Mathematics, Shaoxing University Zhejiang 312000, P. R. China, [email protected] 2 School of Computer Science and Mathematics Royal Holloway, University of London Egham, Surrey, TW20 0EX, UK, [email protected] Abstract In this survey we overview known results on the strong subgraph k- connectivity and strong subgraph k-arc-connectivity of digraphs. After an introductory section, the paper is divided into four sections: basic results, algorithms and complexity, sharp bounds for strong subgraph k-(arc-)connectivity, minimally strong subgraph (k,ℓ)-(arc-) connected digraphs. This survey contains several conjectures and open problems for further study. Keywords: Strong subgraph k-connectivity; Strong subgraph k-arc- connectivity; Subdigraph packing; Directed q-linkage; Directed weak q-linkage; Semicomplete digraphs; Symmetric digraphs; Generalized k- connectivity; Generalized k-edge-connectivity. AMS subject classification (2010): 05C20, 05C35, 05C40, 05C70, 05C75, 05C76, 05C85, 68Q25, 68R10. 1 Introduction arXiv:1808.02740v1 [cs.DM] 8 Aug 2018 The generalized k-connectivity κk(G) of a graph G = (V, E) was intro- duced by Hager [14] in 1985 (2 ≤ k ≤ |V |). For a graph G = (V, E) and a set S ⊆ V of at least two vertices, an S-Steiner tree or, simply, an S-tree is a subgraph T of G which is a tree with S ⊆ V (T ). Two S-trees T1 and T2 are said to be edge-disjoint if E(T1) ∩ E(T2)= ∅. Two edge-disjoint S-trees T1 and T2 are said to be internally disjoint if V (T1) ∩ V (T2)= S.
    [Show full text]
  • Shattering, Graph Orientations, and Connectivity
    Shattering, Graph Orientations, and Connectivity [Extended Abstract] László Kozma Shay Moran Saarland University Max Planck Institute for Informatics Saarbrücken, Germany Saarbrücken, Germany [email protected] [email protected] ABSTRACT ing orientations with forbidden subgraphs. These problems We present a connection between two seemingly disparate have close ties with the theory of random graphs. An exam- fields: VC-theory and graph theory. This connection yields ple of work of this type is the paper of Alon and Yuster [4], natural correspondences between fundamental concepts in concerned with the number of orientations that do not con- VC-theory, such as shattering and VC-dimension, and well- tain a copy of a fixed tournament. studied concepts of graph theory related to connectivity, combinatorial optimization, forbidden subgraphs, and oth- In this paper we prove statements concerning properties of ers. orientations and subgraphs of a given graph by introducing a connection between VC-theory and graph theory. The In one direction, we use this connection to derive results following are a few examples of the statements that we prove: in graph theory. Our main tool is a generalization of the Sauer-Shelah Lemma [30, 10, 12]. Using this tool we obtain 1. Let G be a graph. Then: a series of inequalities and equalities related to properties of orientations of a graph. Some of these results appear to be the number the number the number of connected of strong of 2-edge- new, for others we give new and simple proofs. ≥ ≥ subgraphs orientations connected In the other direction, we present new illustrative examples of G of G subgraphs of G.
    [Show full text]
  • Unilateral Orientation of Mixed Graphs
    Unilateral Orientation of Mixed Graphs Tamara Mchedlidze and Antonios Symvonis Dept. of Mathematics, National Technical University of Athens, Athens, Greece {mchet,symvonis}@math.ntua.gr Abstract. AdigraphD is unilateral if for every pair x, y of its ver- tices there exists a directed path from x to y, or a directed path from y to x, or both. A mixed graph M =(V,A,E) with arc-set A and edge- set E accepts a unilateral orientation, if its edges can be oriented so that the resulting digraph is unilateral. In this paper, we present the first linear-time recognition algorithm for unilaterally orientable mixed graphs. Based on this algorithm we derive a polynomial algorithm for testing whether a unilaterally orientable mixed graph has a unique uni- lateral orientation. 1 Introduction A large body of literature has been devoted to the study of mixed graphs (see [1] and the references therein). A mixed graph is strongly orientable when its undi- rected edges can be oriented in such a way that the resulting directed graph is strongly connected, while, it is unilaterally orientable when its undirected edges can be oriented in such a way that for every pair of vertices x, y there exists apathfromx to y,orfromy to x,orboth. Several problems related to the strong orientation of mixed graphs have been studied. Among them are the problems of “recognition of strongly orientable mixed graphs” [2] and “determining whether a mixed graph admits a unique strong orientation” [3,5]. In this paper we answer the corresponding questions for unilateral orientations of mixed graphs, that is, firstly we develop a linear-time algorithm for recogniz- ing whether a mixed graph is unilaterally orientable and, secondly, we provide a polynomial algorithm for testing whether a mixed graph accepts a unique unilateral orientation.
    [Show full text]
  • The Atomic Decomposition of Strongly Connected Graphs
    The atomic decomposition of strongly connected graphs Bruno Courcelle LaBRI, Bordeaux University and CNRS Email : [email protected] July 2, 2013 Abstract We define and study a new canonical decomposition of strongly con- nected graphs that we call the atomic decomposition. We can construct it in linear time from the decomposition in 3-connected components of the considered graph. In a companion article, we use it to characterize, up to homeomorphism, all closed curves in the plane having a given Gauss word. 1 Introduction There are many types of hierarchical graph decompositions. They are useful for studying the structure and properties of certain graphs and for building efficient graph algorithms. These algorithms exploit the tree structure of the considered decomposition of the input graph. Here are some examples. The modular decom- position [MoRad] (also called substitution decomposition) has been introduced by Gallai [Gal] for studying comparability graphs and their transitive orienta- tions. The split decomposition introduced by Cunnigham [Cun] (its definition is in Section 4) helps to understand and recognize circle graphs [Cou08, GPTCb]. Tree-decompositions are essential for the proof by Robertson and Seymour of the Graph Minor Theorem (see [Die] for an overview). They yield the notion of tree-width, an integer graph invariant that can be used as parameter in many fixed parameter tractable (FPT) algorithms (see the books [CouEng, DF, FG]). Clique-width is another integer graph invariant based on hierchical decomposi- tions, that can also be used as parameter in FPT algorithms [CouEng, CMR]. Each type of decomposition is based on a set of elementary graphs and of oper- ations on graphs.
    [Show full text]
  • Parallel Strong Orientation of an Undirected Graph
    Purdue University Purdue e-Pubs Department of Computer Science Technical Reports Department of Computer Science 1983 Parallel Strong Orientation of an Undirected Graph Mikhail J. Atallah Purdue University, [email protected] Report Number: 83-441 Atallah, Mikhail J., "Parallel Strong Orientation of an Undirected Graph" (1983). Department of Computer Science Technical Reports. Paper 362. https://docs.lib.purdue.edu/cstech/362 This document has been made available through Purdue e-Pubs, a service of the Purdue University Libraries. Please contact [email protected] for additional information. Parallel Strong Orientation of an Undirected Graph Mikhail J. Atallah Department of Computer Science Purdue University 1\rest-Lafayette, IN 47907 .Paral~el computation, graph algorithms 1. Introduction There has recently been an increasing interest in designing parallel solu- tions to graph problems, and some of the proposed solutions differ radically from the standard sequential algorithms (e.g. [H7B], [SJB1], [JSB2]. ... ). Various models of computation have been proposed: The one we use here is the shared memory model, where the processors operate synchronously and share a com- mon memory, and read conflicts are allowed but write conflicts are not allowed (i.e. no two processors should simultaneously attempt to ·write in the same memory cell). The graph problem we consider is the follOWing one: Given a con- nected, bridgeless undirected graph, assign directions to its edges so that the resulting digraph is strong (recall tbat a bridge in a connected undirected graph is an edge whose removal disconnects the graph, and that a directed graph is strong iiI for every two vertices u,v there is a u-v directed path).
    [Show full text]
  • Directed Graphs
    Swarthmore College Works Mathematics & Statistics Faculty Works Mathematics & Statistics 2000 Directed Graphs Stephen B. Maurer , '67 Swarthmore College, [email protected] Follow this and additional works at: https://works.swarthmore.edu/fac-math-stat Part of the Discrete Mathematics and Combinatorics Commons Let us know how access to these works benefits ouy Recommended Citation Stephen B. Maurer , '67. (2000). "Directed Graphs". Handbook Of Discrete Mathematics. 526-539. https://works.swarthmore.edu/fac-math-stat/109 This work is brought to you for free by Swarthmore College Libraries' Works. It has been accepted for inclusion in Mathematics & Statistics Faculty Works by an authorized administrator of Works. For more information, please contact [email protected]. 526 Chapters GRAPH THEORY 8.2.1 ATTRIBUTES OF A GRAPH MODEL Definitions: A mathematical representation of a physical or behavioral phenomenon is a corre­ spondence between the parts and processes of that phenomenon and a mathematical system of objects and functions. A model of a physical or behavioral phenomenon is the mathematical object or function assigned to that phenomenon under a mathematical representation. Modeling is the mathematical activity of designing models and comprehensive math­ ematical representations of physical and behavioral phenomena. A graph model is a mathematical representation that involves a graph. Examples: 1. Table 1 gives many examples of graph models. Each example states what the vertices and edges (or arcs) represent and where in the Handbook details on the application can be found. 8.3 DIRECTED GRAPHS Assigning directions to the edges of a graph greatly enhances modeling capability, and is natural whenever order is important, e.g., in a hierarchical structure or a one-way road system.
    [Show full text]
  • 1 Introduction
    Matem´atica Contempor^anea, Vol 39, 179-188 c 2010, Sociedade Brasileira de Matem´atica Orientations of graphs Zolt´anSzigeti Abstract We provide here a short survey on orientations of graphs. We con- centrate on problems with connectivity properties. 1 Introduction Mr. Orient, the Mayor of the city called "The Edges", having wanted to make the main street a one way street, unfortunately made a mistake by ordering the "one way" sign and received 100 signs, as many as the number of streets in the city. To be justified, he decides to use all the signs, i.e. to make all the streets of the city one way. Having finished his plan, he realizes that it does not enable him to go home. He thus goes back to work while keeping in mind that he must be able, from the City Hall, to reach any point of the city. After one moment of reflexion, he realizes that he must be able, from any point of the city, to reach all the others. Being proud of himself, he presents his project to his assistant, a well-balanced man, who reminds him that during summer, some streets of the city may be blocked by floods, they thus try to conceive a plan where blocking any street does not make a district inaccessible. But they are still not satisfied; examining their plan, they see that there are far too many paths from the downtown to the shopping center and not enough in the other direction. They try an ultimate improvement: to place the "one way" signs so that the orientation of the streets be well-balanced.
    [Show full text]
  • Minimum Average Distance of Strong Orientations of Graphs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Available online at www.sciencedirect.com Discrete Applied Mathematics 143 (2004) 204–212 www.elsevier.com/locate/dam Minimum average distance ofstrong orientations ofgraphs Peter Dankelmanna, Ortrud R. Oellermannb;1, Jian-Liang Wuc;2 aThe University of Natal, Durban 4014, South Africa bDepartment of Mathematics and Statistics, The University of Winnipeg, 515 Portage Avenue, Winnipeg, Manitoba, Canada R3B 2E9 cSchool of Mathematics, ShandongUniversity, Jinan 250100, China Received 16 December 2002; received in revised form 18 December 2003; accepted 31 January 2004 Abstract The average distance ofa graph (strong digraph) G, denoted by (G) is the average, among the distances between all pairs (ordered pairs) ofvertices of G.IfG is a 2-edge-connected graph, then ˜min(G) is the minimum average distance taken over all strong orientations of G. A lower bound for ˜min(G) in terms ofthe order, size, girth and average distance of G is established and shown to be sharp for several complete multipartite graphs. It is shown that there is no upper bound for ˜ (G) in terms of (G). However, ifevery edge of G lies on 3-cycle, then it is shown that ˜ (G) 6 7 (G). This min min 4 bound is improved for maximal planar graphs to 5 (G) and even further to 3 (G) for eulerian maximal planar graphs 3 2 and for outerplanar graphs with the property that every edge lies on 3-cycle. In the last case the bound is shown to be sharp.
    [Show full text]
  • One-Way Trail Orientations
    One-Way Trail Orientations Anders Aamand, Niklas Hjuler ,∗ Jacob Holm,† and Eva Rotenberg University of Copenhagen Abstract Given a graph, does there exist an orientation of the edges such that the resulting directed graph is strongly connected? Robbins’ theorem [Robbins, Am. Math. Monthly, 1939] states that such an orientation exists if and only if the graph is 2-edge connected. A natural extension of this problem is the following: Suppose that the edges of the graph is partitioned into trails. Can we orient the trails such that the resulting directed graph is strongly connected? We show that 2-edge connectivity is again a sufficient condition and we provide a linear time algorithm for finding such an orientation, which is both optimal and the first polynomial time algorithm for deciding this problem. The generalised Robbins’ theorem [Boesch, Am. Math. Monthly, 1980] for mixed multi- graphs states that the undirected edges of a mixed multigraph can be oriented making the resulting directed graph strongly connected exactly when the mixed graph is connected and the underlying graph is bridgeless. We show that as long as all cuts have at least 2 undirected edges or directed edges both ways, then there exists an orientation making the resulting directed graph strongly connected. This provides the first polynomial time algorithm for this problem and a very simple polynomial time algorithm to the previous problem. arXiv:1708.07389v1 [cs.DS] 24 Aug 2017 ∗This work is supported by the Innovation Fund Denmark through the DABAI project. †This research is supported by Mikkel Thorup’s Advanced Grant DFF-0602-02499B from the Danish Council for Independent Research under the Sapere Aude research career programme.
    [Show full text]
  • Graph Colorings, Flows and Perfect Matchings Louis Esperet
    Graph colorings, flows and perfect matchings Louis Esperet To cite this version: Louis Esperet. Graph colorings, flows and perfect matchings. Combinatorics [math.CO]. Université Grenoble Alpes, 2017. tel-01850463 HAL Id: tel-01850463 https://tel.archives-ouvertes.fr/tel-01850463 Submitted on 27 Jul 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. HABILITATION A` DIRIGER DES RECHERCHES Specialit´ e´ : Informatique et Mathematiques´ Appliquees´ Present´ ee´ par Louis Esperet prepar´ ee´ au sein du Laboratoire G-SCOP (UMR5272) Graph colorings, flows and perfect matchings Soutenue le 19 Octobre 2017, devant le jury compose´ de : Victor Chepoi Professeur, Aix-Marseille Universite,´ Examinateur Toma´sˇ Kaiser Professeur, University of West Bohemia, Rapporteur Myriam Preissmann Directrice de recherche CNRS, Grenoble, Examinatrice Bruce Reed Directeur de recherche CNRS, Sophia-Antipolis, Rapporteur Gautier Stauffer Professeur, Grenoble-INP, Examinateur Stephan´ Thomasse´ Professeur, ENS de Lyon, Examinateur Cun-Quan Zhang Professeur, West Virginia University,
    [Show full text]
  • Directing Road Networks by Listing Strong Orientations Alessio Conte, Roberto Grossi, Andrea Marino, Romeo Rizzi, Luca Versari
    Directing Road Networks by Listing Strong Orientations Alessio Conte, Roberto Grossi, Andrea Marino, Romeo Rizzi, Luca Versari To cite this version: Alessio Conte, Roberto Grossi, Andrea Marino, Romeo Rizzi, Luca Versari. Directing Road Networks by Listing Strong Orientations. Combinatorial Algorithms - 27th International Workshop, IWOCA 2016, Aug 2016, Helsinki, Finland. 10.1007/978-3-319-44543-4_7. hal-01388476 HAL Id: hal-01388476 https://hal.inria.fr/hal-01388476 Submitted on 30 May 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Directing Road Networks by Listing Strong Orientations? Alessio Conte1, Roberto Grossi1, Andrea Marino1, Romeo Rizzi2, Luca Versari3 1 conte,grossi,[email protected], Universit`adi Pisa, Italy 2 [email protected], Universit`adi Verona, Italy 3 [email protected], Scuola Normale Superiore, Italy Abstract. A connected road network with N nodes and L edges has K ≤ L edges identified as one-way roads. In a feasible direction, these one-way roads are assigned a direction each, so that every node can reach any other [Robbins '39]. Using O(L) preprocessing time and space usage, it is shown that all feasible directions can be found in O(K) amortized time each.
    [Show full text]
  • On Optimal Orientations of G Vertex-Multiplications Provided by Elsevier - Publisher Connector K.M
    Discrete Mathematics 219 (2000) 153–171 www.elsevier.com/locate/disc View metadata, citation and similar papers at core.ac.uk brought to you by CORE On optimal orientations of G vertex-multiplications provided by Elsevier - Publisher Connector K.M. Koh ∗, E.G. Tay Department of Mathematics, National University of Singapore, Lower Kent Ridge Road, Singapore 119260, Singapore Received 3 February 1999; revised 19 August 1999; accepted 7 September 1999 Abstract For a bridgeless connected graph G, let D(G) be the family of strong orientations of G; and for any D ∈ D(G), we denote by d(D) (resp., d(G)) the diameter of D (resp., G). Deÿne d(G)= min{d(D) | D ∈ D(G)}. In this paper, we study the problem of evaluating d(G(s1;s2;:::;sn)), where G(s1;s2;:::;sn)isaG vertex-multiplication for any connected graph G of order n¿3 and any sequence (si) with si¿2;i=1; 2;:::;n. While it is trivial that d(G)6d(G(s1;s2;:::;sn)), we show that d(G(s1;s2;:::;sn))6d(G) + 2. All graphs of the form G(s1;s2;:::;sn) are thus divided into the following three classes: Ci = {G(s1;s2;:::;sn) | d(G(s1;s2;:::;sn)) = d(G)+i}; i =0; 1; 2. We exhibit various families of graphs G(s1;s2;:::;sn)inCi for each i =0; 1; 2. c 2000 Elsevier Science B.V. All rights reserved. 1. Introduction Let G be a connected graph with vertex set V (G) and edge set E(G).
    [Show full text]