On 3-Coloring Circle Graphs

09/05/2023
by   Patricia Bachmann, et al.
0

Given a graph G with a fixed vertex order ≺, one obtains a circle graph H whose vertices are the edges of G and where two such edges are adjacent if and only if their endpoints are pairwise distinct and alternate in ≺. Therefore, the problem of determining whether G has a k-page book embedding with spine order ≺ is equivalent to deciding whether H can be colored with k colors. Finding a k-coloring for a circle graph is known to be NP-complete for k ≥ 4 and trivial for k ≤ 2. For k = 3, Unger (1992) claims an efficient algorithm that finds a 3-coloring in O(n log n) time, if it exists. Given a circle graph H, Unger's algorithm (1) constructs a 3-Sat formula Φ that is satisfiable if and only if H admits a 3-coloring and (2) solves Φ by a backtracking strategy that relies on the structure imposed by the circle graph. However, the extended abstract misses several details and Unger refers to his PhD thesis (in German) for details. In this paper we argue that Unger's algorithm for 3-coloring circle graphs is not correct and that 3-coloring circle graphs should be considered as an open problem. We show that step (1) of Unger's algorithm is incorrect by exhibiting a circle graph whose formula Φ is satisfiable but that is not 3-colorable. We further show that Unger's backtracking strategy for solving Φ in step (2) may produce incorrect results and give empirical evidence that it exhibits a runtime behaviour that is not consistent with the claimed running time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/01/2021

Role Coloring Bipartite Graphs

A k-role coloring alpha of a graph G is an assignment of k colors to the...
research
12/03/2019

On the deficiency of complete multipartite graphs

An edge-coloring of a graph G with colors 1,...,t is an interval t-color...
research
02/02/2023

More results on the z-chromatic number of graphs

By a z-coloring of a graph G we mean any proper vertex coloring consisti...
research
03/10/2023

New Results on Edge-coloring and Total-coloring of Split Graphs

A split graph is a graph whose vertex set can be partitioned into a cliq...
research
04/24/2020

JCOL: A Java package for solving the graph coloring problem

The graph coloring problem aims at assigning colors to the nodes of a gr...
research
04/19/2022

A Fixed-Parameter Algorithm for the Schrijver Problem

The Schrijver graph S(n,k) is defined for integers n and k with n ≥ 2k a...
research
02/27/2023

3-Coloring in Time O(1.3217^n)

We propose a new algorithm for 3-coloring that runs in time O(1.3217^n)....

Please sign up or login with your details

Forgot password? Click here to reset