vix.ing · top · new · best · stats · spec

Fixed-Location Circular Arc Drawing of Planar Graphs

2007/01/01 by Alon Efrat, Cesim Erten, Stephen Kobourov · 1 citation
Computer Science · Engineering · Mathematics · #Computational Geometry and Mesh Generation #Optimization and Packing Problems #Arc (geometry) #Planar #Planar graph #Combinatorics #Geometry #Mathematics #Book embedding #Computer science #1-planar graph #Graph #Chordal graph #Computer graphics (images)

paper · doi:10.7155/jgaa.00140

openalex publication_date 2007/01/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/03

Abstract

In this paper we consider the problem of drawing a planar graph using circular arcs as edges, given a one-to-one mapping between the vertices of the graph and a set of points in the plane. If for every edge we have only two possible circular arcs, then a simple reduction to 2SAT yields an O(n2) algorithm to find out if a drawing with no crossings can be realized, where n is the number of vertices in the graph. We present an improved O(n7/4polylog n) time algorithm for this problem. For the special case where the possible circular arcs for each edge are of the same length, we present an even more efficient algorithm that runs in O(n3/2polylog n) time. We also consider two related optimization versions of the problem. First we show that minimizing the number of crossings is NP-hard. Second we show that maximizing the number of edges that can be realized without crossings is also NP-hard. Finally, we show that if we have three or more possible circular arcs per edge, deciding whether a drawing with no crossings can be realized is NP-hard.

Cited by