Beyond Planar Graphs: Introduction

Recent research topics in topological graph theory and graph drawing generalize the notion of planarity to sparse non-planar graphs called beyond planar graphs with forbidden crossing patterns. In this chapter, we introduce various types of beyond planar

  • PDF / 7,962,691 Bytes
  • 269 Pages / 453.543 x 683.15 pts Page_size
  • 54 Downloads / 213 Views

DOWNLOAD

REPORT


Beyond Planar Graphs Communications of NII Shonan Meetings

Beyond Planar Graphs

Seok-Hee Hong Takeshi Tokuyama •

Editors

Beyond Planar Graphs Communications of NII Shonan Meetings

123

Editors Seok-Hee Hong School of Computer Science University of Sydney Sydney, NSW, Australia

Takeshi Tokuyama School of Science and Technology Kwansei Gakuin University Sanda, Hyogo, Japan

ISBN 978-981-15-6532-8 ISBN 978-981-15-6533-5 https://doi.org/10.1007/978-981-15-6533-5

(eBook)

© Springer Nature Singapore Pte Ltd. 2020 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. This Springer imprint is published by the registered company Springer Nature Singapore Pte Ltd. The registered company address is: 152 Beach Road, #21-01/04 Gateway East, Singapore 189721, Singapore

Preface

Most real-world data sets are relational, which can be modeled as graphs, consisting of vertices and edges. Planar graphs are fundamental for both Graph Theory and Graph Algorithms, and extensively studied: structural properties and fundamental algorithms for planar graphs have been discovered. However, most real-world graphs, such as social networks and biological networks, are non-planar. To analyze and visualize such real-world networks, we need to solve fundamental mathematical and algorithmic research questions on sparse non-planar graphs, called beyond planar graphs. Recently, research topics in topological graph theory generalize the notion of planarity to beyond-planar graphs, i.e., non-planar graphs with topological constraints such as specific types of crossings, or with forbidden crossing patterns. Examples include: • k-planar graphs, which can be embedded with at most k crossings per edge; • k-quasi-planar graphs, which can be embedded without k mutually crossing edges. Consequently, combinatorics (such as edge density), algorithmics (such as testing/embedding algorithms), and geometr