A plane graph representation of triconnected graphs

  • Authors:
  • Shunsuke Ota;Ehab Morsy;Hiroshi Nagamochi

  • Affiliations:
  • -;-;-

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2010

Quantified Score

Hi-index 5.23

Visualization

Abstract

Given a graph G=(V,E), a set S={s"1,s"2,...,s"k} of k vertices of V, and k natural numbers n"1,n"2,...,n"k such that @?"i"="1^kn"i=|V|, the k-partition problem is to find a partition V"1,V"2,...,V"k of the vertex set V such that |V"i|=n"i, s"i@?V"i, and V"i induces a connected subgraph of G for each i=1,2,...,k. For the tripartition problem on a triconnected graph, a naive algorithm can be designed based on a directional embedding of G in the two-dimensional Euclidean space. However, for graphs of large number of vertices, the implementing of this algorithm requires high precision real arithmetic to distinguish two close vertices in the plane. In this paper, we propose an algorithm for dealing with the tripartition problem by introducing a new data structure called the region graph, which represents a kind of combinatorial embedding of the given graph in the plane. The algorithm constructs a desired tripartition combinatorially in the sense that it does not require any geometrical computation with actual coordinates in the Euclidean space.