11,758 research outputs found

    On 3-Coloring Circle Graphs

    Full text link
    Given a graph GG with a fixed vertex order \prec, one obtains a circle graph HH whose vertices are the edges of GG and where two such edges are adjacent if and only if their endpoints are pairwise distinct and alternate in \prec. Therefore, the problem of determining whether GG has a kk-page book embedding with spine order \prec is equivalent to deciding whether HH can be colored with kk colors. Finding a kk-coloring for a circle graph is known to be NP-complete for k4k \geq 4 and trivial for k2k \leq 2. For k=3k = 3, Unger (1992) claims an efficient algorithm that finds a 3-coloring in O(nlogn)O(n \log n) time, if it exists. Given a circle graph HH, Unger's algorithm (1) constructs a 3-\textsc{Sat} formula Φ\Phi that is satisfiable if and only if HH admits a 3-coloring and (2) solves Φ\Phi 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 Φ\Phi is satisfiable but that is not 3-colorable. We further show that Unger's backtracking strategy for solving Φ\Phi 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.Comment: Appears in the Proceedings of the 31st International Symposium on Graph Drawing and Network Visualization (GD 2023

    Efficient and Perfect domination on circular-arc graphs

    Get PDF
    Given a graph G=(V,E)G = (V,E), a \emph{perfect dominating set} is a subset of vertices VV(G)V' \subseteq V(G) such that each vertex vV(G)Vv \in V(G)\setminus V' is dominated by exactly one vertex vVv' \in V'. An \emph{efficient dominating set} is a perfect dominating set VV' where VV' is also an independent set. These problems are usually posed in terms of edges instead of vertices. Both problems, either for the vertex or edge variant, remains NP-Hard, even when restricted to certain graphs families. We study both variants of the problems for the circular-arc graphs, and show efficient algorithms for all of them
    corecore